diff options
author | Szabolcs Nagy <nsz@port70.net> | 2013-10-18 15:21:36 +0000 |
---|---|---|
committer | Szabolcs Nagy <nsz@port70.net> | 2013-10-18 15:21:36 +0000 |
commit | ebb4cc0fec110edc7caf5ae545bfb816565a060d (patch) | |
tree | dd0acc93899f6915ff3727b1cd712d9de5775505 /include/arpa/ftp.h | |
parent | 20a34af862812b4a20784c52e0b501559507a477 (diff) | |
download | musl-ebb4cc0fec110edc7caf5ae545bfb816565a060d.tar.gz |
use consistent include guard name in arpa/ftp.h
Diffstat (limited to 'include/arpa/ftp.h')
-rw-r--r-- | include/arpa/ftp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arpa/ftp.h b/include/arpa/ftp.h index 4041aeba..fb0a46f2 100644 --- a/include/arpa/ftp.h +++ b/include/arpa/ftp.h @@ -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 |