Back out all of yesterdays include file changes.

This commit is contained in:
Eivind Eklund 1997-05-07 20:01:10 +00:00
parent 06884fd04e
commit f756433e8b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25551
29 changed files with 20 additions and 92 deletions

View File

@ -50,7 +50,7 @@
* *
* @(#)inet.h 8.1 (Berkeley) 6/2/93 * @(#)inet.h 8.1 (Berkeley) 6/2/93
* From: inet.h,v 8.6 1996/08/08 06:54:29 vixie Exp * From: inet.h,v 8.6 1996/08/08 06:54:29 vixie Exp
* $Id: inet.h,v 1.7 1997/02/23 09:17:19 peter Exp $ * $Id: inet.h,v 1.8 1997/05/07 02:26:47 eivind Exp $
*/ */
#ifndef _ARPA_INET_H_ #ifndef _ARPA_INET_H_
@ -61,7 +61,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <netinet/in.h> struct in_addr;
__BEGIN_DECLS __BEGIN_DECLS
int ascii2addr __P((int, const char *, void *)); int ascii2addr __P((int, const char *, void *));

View File

@ -36,9 +36,6 @@
#ifndef _FTS_H_ #ifndef _FTS_H_
#define _FTS_H_ #define _FTS_H_
#include <sys/types.h>
#include <nlist.h>
typedef struct { typedef struct {
struct _ftsent *fts_cur; /* current node */ struct _ftsent *fts_cur; /* current node */
struct _ftsent *fts_child; /* linked list of children */ struct _ftsent *fts_child; /* linked list of children */

View File

@ -41,8 +41,6 @@
#ifndef _GRP_H_ #ifndef _GRP_H_
#define _GRP_H_ #define _GRP_H_
#include <sys/types.h>
#ifndef _POSIX_SOURCE #ifndef _POSIX_SOURCE
#define _PATH_GROUP "/etc/group" #define _PATH_GROUP "/etc/group"
#endif #endif

View File

@ -27,7 +27,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
* $Id: link.h,v 1.11 1997/02/23 09:17:13 peter Exp $ * $Id: link.h,v 1.12 1997/05/07 02:26:34 eivind Exp $
*/ */
/* /*
@ -41,9 +41,6 @@
#ifndef _LINK_H_ #ifndef _LINK_H_
#define _LINK_H_ #define _LINK_H_
#include <sys/types.h>
#include <nlist.h>
/* /*
* A `Shared Object Descriptor' describes a shared object that is needed * A `Shared Object Descriptor' describes a shared object that is needed
* to complete the link edit process of the object containing it. * to complete the link edit process of the object containing it.

View File

@ -21,14 +21,12 @@
* *
* Low-level routines relating to the user capabilities database * Low-level routines relating to the user capabilities database
* *
* $Id: login_cap.h,v 1.7 1997/03/14 17:53:35 peter Exp $ * $Id: login_cap.h,v 1.8 1997/05/07 02:26:35 eivind Exp $
*/ */
#ifndef _LOGIN_CAP_H_ #ifndef _LOGIN_CAP_H_
#define _LOGIN_CAP_H_ #define _LOGIN_CAP_H_
#include <sys/types.h>
#define LOGIN_DEFCLASS "default" #define LOGIN_DEFCLASS "default"
#define LOGIN_DEFSTYLE "passwd" #define LOGIN_DEFSTYLE "passwd"
#define LOGIN_DEFSERVICE "login" #define LOGIN_DEFSERVICE "login"

View File

@ -36,9 +36,7 @@
#ifndef _MPOOL_H_ #ifndef _MPOOL_H_
#define _MPOOL_H_ #define _MPOOL_H_
#include <sys/types.h>
#include <sys/queue.h> #include <sys/queue.h>
#include <db.h>
/* /*
* The memory pool scheme is a simple one. Each in-memory page is referenced * The memory pool scheme is a simple one. Each in-memory page is referenced

View File

@ -41,8 +41,6 @@
#ifndef _PROTOCOLS_DUMPRESTORE_H_ #ifndef _PROTOCOLS_DUMPRESTORE_H_
#define _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. * TP_BSIZE is the size of file blocks on the dump tapes.
* Note that TP_BSIZE must be a multiple of DEV_BSIZE. * Note that TP_BSIZE must be a multiple of DEV_BSIZE.

View File

@ -40,10 +40,7 @@
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
#ident "$Revision: 1.8 $" #ident "$Revision: 1.9 $"
#include <sys/types.h>
#include <sys/socket.h>
/* /*
* Routing Information Protocol * Routing Information Protocol

View File

@ -36,9 +36,6 @@
#ifndef _PROTOCOLS_TALKD_H_ #ifndef _PROTOCOLS_TALKD_H_
#define _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. * This describes the protocol used by the talk server and clients.
* *

View File

@ -36,10 +36,6 @@
#ifndef _PROTOCOLS_TIMED_H_ #ifndef _PROTOCOLS_TIMED_H_
#define _PROTOCOLS_TIMED_H_ #define _PROTOCOLS_TIMED_H_
#include <sys/types.h>
#include <sys/time.h>
#include <sys/param.h>
/* /*
* Time Synchronization Protocol * Time Synchronization Protocol
*/ */

View File

@ -33,8 +33,6 @@
#ifndef _PTHREAD_NP_H_ #ifndef _PTHREAD_NP_H_
#define _PTHREAD_NP_H_ #define _PTHREAD_NP_H_
#include <pthread.h>
/* /*
* Non-POSIX thread function prototype definitions: * Non-POSIX thread function prototype definitions:
*/ */

View File

@ -41,7 +41,6 @@
#define _REGEX_H_ #define _REGEX_H_
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <sys/types.h>
/* types */ /* types */
typedef off_t regoff_t; typedef off_t regoff_t;

View File

@ -53,7 +53,7 @@
* *
* @(#)resolv.h 8.1 (Berkeley) 6/2/93 * @(#)resolv.h 8.1 (Berkeley) 6/2/93
* From Id: resolv.h,v 8.17 1996/11/26 10:11:20 vixie Exp * From Id: resolv.h,v 8.17 1996/11/26 10:11:20 vixie Exp
* $Id: resolv.h,v 1.10 1997/02/23 09:17:15 peter Exp $ * $Id: resolv.h,v 1.11 1997/05/07 02:26:36 eivind Exp $
*/ */
#ifndef _RESOLV_H_ #ifndef _RESOLV_H_
@ -62,8 +62,6 @@
#include <sys/param.h> #include <sys/param.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <stdio.h> #include <stdio.h>
/* /*

View File

@ -28,7 +28,7 @@
* *
* from: @(#)auth.h 1.17 88/02/08 SMI * from: @(#)auth.h 1.17 88/02/08 SMI
* from: @(#)auth.h 2.3 88/08/07 4.0 RPCSRC * from: @(#)auth.h 2.3 88/08/07 4.0 RPCSRC
* $Id: auth.h,v 1.9 1997/05/07 00:58:23 bde Exp $ * $Id: auth.h,v 1.10 1997/05/07 02:27:00 eivind Exp $
*/ */
/* /*
@ -44,8 +44,6 @@
#ifndef _RPC_AUTH_H #ifndef _RPC_AUTH_H
#define _RPC_AUTH_H #define _RPC_AUTH_H
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
#define MAX_AUTH_BYTES 400 #define MAX_AUTH_BYTES 400
#define MAXNETNAMELEN 255 /* maximum length of network user's name */ #define MAXNETNAMELEN 255 /* maximum length of network user's name */

View File

@ -28,7 +28,7 @@
* *
* from: @(#)auth_unix.h 1.8 88/02/08 SMI * from: @(#)auth_unix.h 1.8 88/02/08 SMI
* from: @(#)auth_unix.h 2.2 88/07/29 4.0 RPCSRC * from: @(#)auth_unix.h 2.2 88/07/29 4.0 RPCSRC
* $Id: auth_unix.h,v 1.6 1997/02/23 09:17:21 peter Exp $ * $Id: auth_unix.h,v 1.7 1997/05/07 02:27:02 eivind Exp $
*/ */
/* /*
@ -47,9 +47,6 @@
#ifndef _RPC_AUTH_UNIX_H #ifndef _RPC_AUTH_UNIX_H
#define _RPC_AUTH_UNIX_H #define _RPC_AUTH_UNIX_H
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
#include <rpc/auth.h>
/* The machine name is part of a credential; it may not exceed 255 bytes */ /* The machine name is part of a credential; it may not exceed 255 bytes */
#define MAX_MACHINE_NAME 255 #define MAX_MACHINE_NAME 255

View File

@ -28,7 +28,7 @@
* *
* from: @(#)clnt.h 1.31 88/02/08 SMI * from: @(#)clnt.h 1.31 88/02/08 SMI
* from: @(#)clnt.h 2.1 88/07/29 4.0 RPCSRC * from: @(#)clnt.h 2.1 88/07/29 4.0 RPCSRC
* $Id: clnt.h,v 1.7 1997/02/23 09:17:22 peter Exp $ * $Id: clnt.h,v 1.8 1997/05/07 02:27:04 eivind Exp $
*/ */
/* /*
@ -40,9 +40,6 @@
#ifndef _RPC_CLNT_H_ #ifndef _RPC_CLNT_H_
#define _RPC_CLNT_H_ #define _RPC_CLNT_H_
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
#include <rpc/auth.h>
/* /*
* Rpc calls return an enum clnt_stat. This should be looked at more, * Rpc calls return an enum clnt_stat. This should be looked at more,

View File

@ -28,7 +28,7 @@
* *
* from: @(#)pmap_clnt.h 1.11 88/02/08 SMI * from: @(#)pmap_clnt.h 1.11 88/02/08 SMI
* from: @(#)pmap_clnt.h 2.1 88/07/29 4.0 RPCSRC * from: @(#)pmap_clnt.h 2.1 88/07/29 4.0 RPCSRC
* $Id: pmap_clnt.h,v 1.7 1997/02/23 09:17:22 peter Exp $ * $Id: pmap_clnt.h,v 1.8 1997/05/07 02:27:05 eivind Exp $
*/ */
/* /*
@ -63,9 +63,6 @@
#ifndef _RPC_PMAPCLNT_H #ifndef _RPC_PMAPCLNT_H
#define _RPC_PMAPCLNT_H #define _RPC_PMAPCLNT_H
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
#include <netinet/in.h>
__BEGIN_DECLS __BEGIN_DECLS
extern bool_t pmap_set __P((u_long, u_long, int, int)); extern bool_t pmap_set __P((u_long, u_long, int, int));

View File

@ -28,7 +28,7 @@
* *
* from: @(#)pmap_prot.h 1.14 88/02/08 SMI * from: @(#)pmap_prot.h 1.14 88/02/08 SMI
* from: @(#)pmap_prot.h 2.1 88/07/29 4.0 RPCSRC * from: @(#)pmap_prot.h 2.1 88/07/29 4.0 RPCSRC
* $Id: pmap_prot.h,v 1.6 1997/02/23 09:17:23 peter Exp $ * $Id: pmap_prot.h,v 1.7 1997/05/07 02:27:07 eivind Exp $
*/ */
/* /*
@ -71,8 +71,6 @@
#ifndef _RPC_PMAPPROT_H #ifndef _RPC_PMAPPROT_H
#define _RPC_PMAPPROT_H #define _RPC_PMAPPROT_H
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
#define PMAPPORT ((u_short)111) #define PMAPPORT ((u_short)111)
#define PMAPPROG ((u_long)100000) #define PMAPPROG ((u_long)100000)

View File

@ -28,7 +28,7 @@
* *
* from: @(#)pmap_rmt.h 1.2 88/02/08 SMI * from: @(#)pmap_rmt.h 1.2 88/02/08 SMI
* from: @(#)pmap_rmt.h 2.1 88/07/29 4.0 RPCSRC * from: @(#)pmap_rmt.h 2.1 88/07/29 4.0 RPCSRC
* $Id: pmap_rmt.h,v 1.6 1997/02/23 09:17:23 peter Exp $ * $Id: pmap_rmt.h,v 1.7 1997/05/07 02:27:08 eivind Exp $
*/ */
/* /*
@ -41,8 +41,6 @@
#ifndef _RPC_PMAPRMT_H #ifndef _RPC_PMAPRMT_H
#define _RPC_PMAPRMT_H #define _RPC_PMAPRMT_H
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
struct rmtcallargs { struct rmtcallargs {
u_long prog, vers, proc, arglen; u_long prog, vers, proc, arglen;

View File

@ -28,7 +28,7 @@
* *
* from: @(#)rpc_msg.h 1.7 86/07/16 SMI * from: @(#)rpc_msg.h 1.7 86/07/16 SMI
* from: @(#)rpc_msg.h 2.1 88/07/29 4.0 RPCSRC * from: @(#)rpc_msg.h 2.1 88/07/29 4.0 RPCSRC
* $Id: rpc_msg.h,v 1.8 1997/02/23 09:17:24 peter Exp $ * $Id: rpc_msg.h,v 1.9 1997/05/07 02:27:09 eivind Exp $
*/ */
/* /*
@ -40,9 +40,6 @@
#ifndef _RPC_RPCMSG_H #ifndef _RPC_RPCMSG_H
#define _RPC_RPCMSG_H #define _RPC_RPCMSG_H
#include <rpc/types.h>
#include <rpc/xdr.h>
#include <rpc/auth.h>
#define RPC_MSG_VERSION ((u_long) 2) #define RPC_MSG_VERSION ((u_long) 2)
#define RPC_SERVICE_PORT ((u_short) 2048) #define RPC_SERVICE_PORT ((u_short) 2048)

View File

@ -28,7 +28,7 @@
* *
* from: @(#)svc.h 1.20 88/02/08 SMI * from: @(#)svc.h 1.20 88/02/08 SMI
* from: @(#)svc.h 2.2 88/07/29 4.0 RPCSRC * from: @(#)svc.h 2.2 88/07/29 4.0 RPCSRC
* $Id: svc.h,v 1.9 1997/02/23 09:17:24 peter Exp $ * $Id: svc.h,v 1.10 1997/05/07 02:27:10 eivind Exp $
*/ */
/* /*
@ -40,11 +40,6 @@
#ifndef _RPC_SVC_H #ifndef _RPC_SVC_H
#define _RPC_SVC_H #define _RPC_SVC_H
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
#include <rpc/auth.h>
#include <rpc/rpc_msg.h>
#include <netinet/in.h>
/* /*
* This interface must manage two items concerning remote procedure calling: * This interface must manage two items concerning remote procedure calling:

View File

@ -28,7 +28,7 @@
* *
* from: @(#)svc_auth.h 1.6 86/07/16 SMI * from: @(#)svc_auth.h 1.6 86/07/16 SMI
* from: @(#)svc_auth.h 2.1 88/07/29 4.0 RPCSRC * from: @(#)svc_auth.h 2.1 88/07/29 4.0 RPCSRC
* $Id: svc_auth.h,v 1.6 1997/02/23 09:17:25 peter Exp $ * $Id: svc_auth.h,v 1.7 1997/05/07 02:27:10 eivind Exp $
*/ */
/* /*
@ -39,10 +39,6 @@
#ifndef _RPC_SVCAUTH_H #ifndef _RPC_SVCAUTH_H
#define _RPC_SVCAUTH_H #define _RPC_SVCAUTH_H
#include <sys/cdefs.h>
#include <rpc/auth.h>
#include <rpc/svc.h>
#include <rpc/rpc_msg.h>
/* /*
* Server side authenticator * Server side authenticator

View File

@ -28,7 +28,7 @@
* *
* from: @(#)xdr.h 1.19 87/04/22 SMI * from: @(#)xdr.h 1.19 87/04/22 SMI
* from: @(#)xdr.h 2.2 88/07/29 4.0 RPCSRC * from: @(#)xdr.h 2.2 88/07/29 4.0 RPCSRC
* $Id: xdr.h,v 1.7 1997/02/23 09:17:25 peter Exp $ * $Id: xdr.h,v 1.8 1997/05/07 02:27:11 eivind Exp $
*/ */
/* /*
@ -40,7 +40,6 @@
#ifndef _RPC_XDR_H #ifndef _RPC_XDR_H
#define _RPC_XDR_H #define _RPC_XDR_H
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <rpc/types.h>
/* /*
* XDR provides a conventional way for converting between C data * XDR provides a conventional way for converting between C data

View File

@ -26,14 +26,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: yp_prot.h,v 1.6 1997/02/23 09:17:33 peter Exp $ * $Id: yp_prot.h,v 1.7 1997/05/07 02:27:17 eivind Exp $
*/ */
#ifndef _RPCSVC_YP_PROT_H_ #ifndef _RPCSVC_YP_PROT_H_
#define _RPCSVC_YP_PROT_H_ #define _RPCSVC_YP_PROT_H_
#include <rpc/rpc.h>
/* /*
* YPSERV PROTOCOL: * YPSERV PROTOCOL:
* *

View File

@ -36,8 +36,6 @@
#ifndef _UTIME_H_ #ifndef _UTIME_H_
#define _UTIME_H_ #define _UTIME_H_
#include <sys/types.h>
struct utimbuf { struct utimbuf {
time_t actime; /* Access time */ time_t actime; /* Access time */
time_t modtime; /* Modification time */ time_t modtime; /* Modification time */

View File

@ -36,14 +36,12 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)utmp.h 8.2 (Berkeley) 1/21/94 * @(#)utmp.h 8.2 (Berkeley) 1/21/94
* $Id: utmp.h,v 1.5 1997/02/23 09:17:16 peter Exp $ * $Id: utmp.h,v 1.6 1997/05/07 02:26:37 eivind Exp $
*/ */
#ifndef _UTMP_H_ #ifndef _UTMP_H_
#define _UTMP_H_ #define _UTMP_H_
#include <sys/types.h>
#define _PATH_UTMP "/var/run/utmp" #define _PATH_UTMP "/var/run/utmp"
#define _PATH_WTMP "/var/log/wtmp" #define _PATH_WTMP "/var/log/wtmp"
#define _PATH_LASTLOG "/var/log/lastlog" #define _PATH_LASTLOG "/var/log/lastlog"

View File

@ -36,9 +36,6 @@
#ifndef _FTS_H_ #ifndef _FTS_H_
#define _FTS_H_ #define _FTS_H_
#include <sys/types.h>
#include <nlist.h>
typedef struct { typedef struct {
struct _ftsent *fts_cur; /* current node */ struct _ftsent *fts_cur; /* current node */
struct _ftsent *fts_child; /* linked list of children */ struct _ftsent *fts_child; /* linked list of children */

View File

@ -27,7 +27,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
* $Id: link.h,v 1.11 1997/02/23 09:17:13 peter Exp $ * $Id: link.h,v 1.12 1997/05/07 02:26:34 eivind Exp $
*/ */
/* /*
@ -41,9 +41,6 @@
#ifndef _LINK_H_ #ifndef _LINK_H_
#define _LINK_H_ #define _LINK_H_
#include <sys/types.h>
#include <nlist.h>
/* /*
* A `Shared Object Descriptor' describes a shared object that is needed * A `Shared Object Descriptor' describes a shared object that is needed
* to complete the link edit process of the object containing it. * to complete the link edit process of the object containing it.

View File

@ -27,7 +27,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* *
* $Id: link.h,v 1.11 1997/02/23 09:17:13 peter Exp $ * $Id: link.h,v 1.12 1997/05/07 02:26:34 eivind Exp $
*/ */
/* /*
@ -41,9 +41,6 @@
#ifndef _LINK_H_ #ifndef _LINK_H_
#define _LINK_H_ #define _LINK_H_
#include <sys/types.h>
#include <nlist.h>
/* /*
* A `Shared Object Descriptor' describes a shared object that is needed * A `Shared Object Descriptor' describes a shared object that is needed
* to complete the link edit process of the object containing it. * to complete the link edit process of the object containing it.