diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-04 10:37:32 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-04 10:37:32 +0000 |
commit | 19b3595c2000294ed57cd7cb23e1d91ee553215d (patch) | |
tree | 404b337fc172b005d07d5f30eeeb873a270a9eac /sys/netiso/cons.h | |
parent | d4b3fca05966647ecd8191d973cdce74570844ca (diff) |
Initial commit of NetBSD 960217 netiso.
all the rest is the fixes to the import by Niklas.
Diffstat (limited to 'sys/netiso/cons.h')
-rw-r--r-- | sys/netiso/cons.h | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/sys/netiso/cons.h b/sys/netiso/cons.h index 5c9c4bccf90..14d2d31cf14 100644 --- a/sys/netiso/cons.h +++ b/sys/netiso/cons.h @@ -1,4 +1,5 @@ -/* $NetBSD: cons.h,v 1.7 1995/03/29 22:09:44 briggs Exp $ */ +/* $OpenBSD: cons.h,v 1.2 1996/03/04 10:35:10 mickey Exp $ */ +/* $NetBSD: cons.h,v 1.8 1996/02/13 22:09:10 christos Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -40,13 +41,13 @@ All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of IBM not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL @@ -65,11 +66,11 @@ SOFTWARE. * interface between TP and CONS */ -#define CONSOPT_X25CRUD 0x01 /* set x.25 call request user data */ +#define CONSOPT_X25CRUD 0x01 /* set x.25 call request user data */ struct dte_addr { - u_char dtea_addr[7]; - u_char dtea_niblen; + u_char dtea_addr[7]; + u_char dtea_niblen; }; #ifdef _KERNEL @@ -84,8 +85,8 @@ struct dte_addr { #ifndef PRC_NCMDS #include <sys/protosw.h> -#endif /* PRC_NCMDS */ +#endif /* PRC_NCMDS */ -#define PRC_CONS_SEND_DONE 2 /* something unused in protosw.h */ +#define PRC_CONS_SEND_DONE 2 /* something unused in protosw.h */ -#endif /* _KERNEL */ +#endif /* _KERNEL */ |