From: Szabolcs Nagy Date: Fri, 18 Oct 2013 15:21:36 +0000 (+0000) Subject: use consistent include guard name in arpa/ftp.h X-Git-Tag: v0.9.15~88 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ebb4cc0fec110edc7caf5ae545bfb816565a060d;p=oweals%2Fmusl.git use consistent include guard name in arpa/ftp.h --- 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