use consistent include guard name in arpa/ftp.h
authorSzabolcs Nagy <nsz@port70.net>
Fri, 18 Oct 2013 15:21:36 +0000 (15:21 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Fri, 18 Oct 2013 15:21:36 +0000 (15:21 +0000)
include/arpa/ftp.h

index 4041aebaf806aa940b24eb8a89f3c7e0fb358a5b..fb0a46f2b879423290365cda85892a587f89929b 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _ARPA_FTP_H_
-#define _ARPA_FTP_H_
+#ifndef _ARPA_FTP_H
+#define _ARPA_FTP_H
 #define PRELIM 1
 #define COMPLETE 2
 #define CONTINUE 3