diff options
author | paul <paul@FreeBSD.org> | 1994-08-21 04:05:05 +0000 |
---|---|---|
committer | paul <paul@FreeBSD.org> | 1994-08-21 04:05:05 +0000 |
commit | b4450a5972bfc0cee827cbe3fd9e5f92915f9266 (patch) | |
tree | f7c764f76114e422cbea0ebd7e8a5244fff0eba3 /include/arpa | |
parent | 57fbd59161515b5e911aa4e91cd1b50fa0ae5e0e (diff) | |
download | FreeBSD-src-b4450a5972bfc0cee827cbe3fd9e5f92915f9266.zip FreeBSD-src-b4450a5972bfc0cee827cbe3fd9e5f92915f9266.tar.gz |
Changed idempotent strings to reflect directory area.
Reviewed by:
Submitted by:
Diffstat (limited to 'include/arpa')
-rw-r--r-- | include/arpa/ftp.h | 4 | ||||
-rw-r--r-- | include/arpa/inet.h | 4 | ||||
-rw-r--r-- | include/arpa/nameser.h | 4 | ||||
-rw-r--r-- | include/arpa/telnet.h | 4 | ||||
-rw-r--r-- | include/arpa/tftp.h | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/include/arpa/ftp.h b/include/arpa/ftp.h index 64532b9..9a36488 100644 --- a/include/arpa/ftp.h +++ b/include/arpa/ftp.h @@ -33,8 +33,8 @@ * @(#)ftp.h 8.1 (Berkeley) 6/2/93 */ -#ifndef _FTP_H_ -#define _FTP_H_ +#ifndef _ARPA_FTP_H_ +#define _ARPA_FTP_H_ /* Definitions for FTP; see RFC-765. */ diff --git a/include/arpa/inet.h b/include/arpa/inet.h index a231484..014277c 100644 --- a/include/arpa/inet.h +++ b/include/arpa/inet.h @@ -33,8 +33,8 @@ * @(#)inet.h 8.1 (Berkeley) 6/2/93 */ -#ifndef _INET_H_ -#define _INET_H_ +#ifndef _ARPA_INET_H_ +#define _ARPA_INET_H_ /* External definitions for functions in inet(3) */ diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h index bef010c..81e71fb 100644 --- a/include/arpa/nameser.h +++ b/include/arpa/nameser.h @@ -53,8 +53,8 @@ * --Copyright-- */ -#ifndef _NAMESER_H_ -#define _NAMESER_H_ +#ifndef _ARPA_NAMESER_H_ +#define _ARPA_NAMESER_H_ #include <sys/types.h> diff --git a/include/arpa/telnet.h b/include/arpa/telnet.h index 10155a8..28f52d8 100644 --- a/include/arpa/telnet.h +++ b/include/arpa/telnet.h @@ -33,8 +33,8 @@ * @(#)telnet.h 8.2 (Berkeley) 12/15/93 */ -#ifndef _TELNET_H_ -#define _TELNET_H_ +#ifndef _ARPA_TELNET_H_ +#define _ARPA_TELNET_H_ /* * Definitions for the TELNET protocol. diff --git a/include/arpa/tftp.h b/include/arpa/tftp.h index 0367200..3d3dbf3 100644 --- a/include/arpa/tftp.h +++ b/include/arpa/tftp.h @@ -33,8 +33,8 @@ * @(#)tftp.h 8.1 (Berkeley) 6/2/93 */ -#ifndef _TFTP_H_ -#define _TFTP_H_ +#ifndef _ARPA_TFTP_H_ +#define _ARPA_TFTP_H_ /* * Trivial File Transfer Protocol (IEN-133) |