summaryrefslogtreecommitdiffstats
path: root/include/protocols
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1997-05-07 20:01:10 +0000
committereivind <eivind@FreeBSD.org>1997-05-07 20:01:10 +0000
commit1ab5f0665111f82f93cc1a5d3f7ec6fbd17a45f0 (patch)
tree8f8313e64896480f1db17c92eee22495aca301a8 /include/protocols
parent747462e40f19802a3f1b005a0558c7e6eb655c56 (diff)
downloadFreeBSD-src-1ab5f0665111f82f93cc1a5d3f7ec6fbd17a45f0.zip
FreeBSD-src-1ab5f0665111f82f93cc1a5d3f7ec6fbd17a45f0.tar.gz
Back out all of yesterdays include file changes.
Diffstat (limited to 'include/protocols')
-rw-r--r--include/protocols/dumprestore.h2
-rw-r--r--include/protocols/routed.h5
-rw-r--r--include/protocols/talkd.h3
-rw-r--r--include/protocols/timed.h4
4 files changed, 1 insertions, 13 deletions
diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h
index 7b31c9e..72eddcd 100644
--- a/include/protocols/dumprestore.h
+++ b/include/protocols/dumprestore.h
@@ -41,8 +41,6 @@
#ifndef _PROTOCOLS_DUMPRESTORE_H_
#define _PROTOCOLS_DUMPRESTORE_H_
-#include <sys/types.h>
-#include <ufs/ufs/dinode.h>
/*
* TP_BSIZE is the size of file blocks on the dump tapes.
* Note that TP_BSIZE must be a multiple of DEV_BSIZE.
diff --git a/include/protocols/routed.h b/include/protocols/routed.h
index e776f21..07f8349 100644
--- a/include/protocols/routed.h
+++ b/include/protocols/routed.h
@@ -40,10 +40,7 @@
#ifdef __cplusplus
extern "C" {
#endif
-#ident "$Revision: 1.8 $"
-
-#include <sys/types.h>
-#include <sys/socket.h>
+#ident "$Revision: 1.9 $"
/*
* Routing Information Protocol
diff --git a/include/protocols/talkd.h b/include/protocols/talkd.h
index 1d60441..34b5da2 100644
--- a/include/protocols/talkd.h
+++ b/include/protocols/talkd.h
@@ -36,9 +36,6 @@
#ifndef _PROTOCOLS_TALKD_H_
#define _PROTOCOLS_TALKD_H_
-#include <sys/types.h>
-#include <sys/socket.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 c4df1b9..6c6a05e 100644
--- a/include/protocols/timed.h
+++ b/include/protocols/timed.h
@@ -36,10 +36,6 @@
#ifndef _PROTOCOLS_TIMED_H_
#define _PROTOCOLS_TIMED_H_
-#include <sys/types.h>
-#include <sys/time.h>
-#include <sys/param.h>
-
/*
* Time Synchronization Protocol
*/
OpenPOWER on IntegriCloud