aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Richards <paul@FreeBSD.org>1994-08-21 04:05:05 +0000
committerPaul Richards <paul@FreeBSD.org>1994-08-21 04:05:05 +0000
commit385e380a6a4a443c0dbd32f4e122b5c0bcb8894c (patch)
treef7c764f76114e422cbea0ebd7e8a5244fff0eba3
parent54b0ee633c00e0138126903499ec8e0ffdaa33dd (diff)
downloadsrc-385e380a6a4a443c0dbd32f4e122b5c0bcb8894c.tar.gz
src-385e380a6a4a443c0dbd32f4e122b5c0bcb8894c.zip
Changed idempotent strings to reflect directory area.
Reviewed by: Submitted by:
Notes
Notes: svn path=/head/; revision=2163
-rw-r--r--include/arpa/ftp.h4
-rw-r--r--include/arpa/inet.h4
-rw-r--r--include/arpa/nameser.h4
-rw-r--r--include/arpa/telnet.h4
-rw-r--r--include/arpa/tftp.h4
-rw-r--r--include/protocols/dumprestore.h4
-rw-r--r--include/protocols/routed.h4
-rw-r--r--include/protocols/rwhod.h4
-rw-r--r--include/protocols/talkd.h4
-rw-r--r--include/protocols/timed.h4
10 files changed, 20 insertions, 20 deletions
diff --git a/include/arpa/ftp.h b/include/arpa/ftp.h
index 64532b9e2505..9a3648854017 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 a23148464282..014277cb4c15 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 bef010c53dfe..81e71fbde8e4 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 10155a84a87c..28f52d8b1dbc 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 036720011f01..3d3dbf37652c 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)
diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h
index f6f6845e05d4..72eddcd0f2da 100644
--- a/include/protocols/dumprestore.h
+++ b/include/protocols/dumprestore.h
@@ -38,8 +38,8 @@
* @(#)dumprestore.h 8.2 (Berkeley) 1/21/94
*/
-#ifndef _DUMPRESTORE_H_
-#define _DUMPRESTORE_H_
+#ifndef _PROTOCOLS_DUMPRESTORE_H_
+#define _PROTOCOLS_DUMPRESTORE_H_
/*
* TP_BSIZE is the size of file blocks on the dump tapes.
diff --git a/include/protocols/routed.h b/include/protocols/routed.h
index f41fc2182ae2..d53b16890d78 100644
--- a/include/protocols/routed.h
+++ b/include/protocols/routed.h
@@ -33,8 +33,8 @@
* @(#)routed.h 8.1 (Berkeley) 6/2/93
*/
-#ifndef _ROUTED_H_
-#define _ROUTED_H_
+#ifndef _PROTOCOLS_ROUTED_H_
+#define _PROTOCOLS_ROUTED_H_
/*
* Routing Information Protocol
diff --git a/include/protocols/rwhod.h b/include/protocols/rwhod.h
index 93008a41818a..df61d3ca2d27 100644
--- a/include/protocols/rwhod.h
+++ b/include/protocols/rwhod.h
@@ -33,8 +33,8 @@
* @(#)rwhod.h 8.1 (Berkeley) 6/2/93
*/
-#ifndef _RWHOD_H_
-#define _RWHOD_H_
+#ifndef _PROTOCOLS_RWHOD_H_
+#define _PROTOCOLS_RWHOD_H_
/*
* rwho protocol packet format.
diff --git a/include/protocols/talkd.h b/include/protocols/talkd.h
index 0d30d5bfa3ee..34b5da2e567e 100644
--- a/include/protocols/talkd.h
+++ b/include/protocols/talkd.h
@@ -33,8 +33,8 @@
* @(#)talkd.h 8.1 (Berkeley) 6/2/93
*/
-#ifndef _TALKD_H_
-#define _TALKD_H_
+#ifndef _PROTOCOLS_TALKD_H_
+#define _PROTOCOLS_TALKD_H_
/*
* This describes the protocol used by the talk server and clients.
diff --git a/include/protocols/timed.h b/include/protocols/timed.h
index 1b569f531262..cbbbdba927e9 100644
--- a/include/protocols/timed.h
+++ b/include/protocols/timed.h
@@ -33,8 +33,8 @@
* @(#)timed.h 8.1 (Berkeley) 6/2/93
*/
-#ifndef _TIMED_H_
-#define _TIMED_H_
+#ifndef _PROTOCOLS_TIMED_H_
+#define _PROTOCOLS_TIMED_H_
/*
* Time Synchronization Protocol