Changed idempotent strings to reflect directory area.
Reviewed by: Submitted by:
This commit is contained in:
parent
54b0ee633c
commit
385e380a6a
@ -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. */
|
||||
|
||||
|
@ -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) */
|
||||
|
||||
|
@ -53,8 +53,8 @@
|
||||
* --Copyright--
|
||||
*/
|
||||
|
||||
#ifndef _NAMESER_H_
|
||||
#define _NAMESER_H_
|
||||
#ifndef _ARPA_NAMESER_H_
|
||||
#define _ARPA_NAMESER_H_
|
||||
|
||||
#include <sys/types.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.
|
||||
|
@ -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)
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user