use consistent include guard name in arpa/ftp.h

This commit is contained in:
Szabolcs Nagy 2013-10-18 15:21:36 +00:00
parent 20a34af862
commit ebb4cc0fec
1 changed files with 2 additions and 2 deletions

View 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