diff options
Diffstat (limited to 'sys/netiso/cons.h')
-rw-r--r-- | sys/netiso/cons.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/netiso/cons.h b/sys/netiso/cons.h index b0739de..60b4996 100644 --- a/sys/netiso/cons.h +++ b/sys/netiso/cons.h @@ -31,8 +31,12 @@ * SUCH DAMAGE. * * @(#)cons.h 8.1 (Berkeley) 6/10/93 + * $Id: cons.h,v 1.2 1994/08/02 07:50:00 davidg Exp $ */ +#ifndef _NETISO_CONS_H_ +#define _NETISO_CONS_H_ + /*********************************************************** Copyright IBM Corporation 1987 @@ -60,8 +64,8 @@ SOFTWARE. * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ /* - * $Header: cons.h,v 4.4 88/09/09 19:01:28 nhall Exp $ - * $Source: /usr/argo/sys/netiso/RCS/cons.h,v $ + * $Header: /home/ncvs/src/sys/netiso/cons.h,v 1.2 1994/08/02 07:50:00 davidg Exp $ + * $Source: /home/ncvs/src/sys/netiso/cons.h,v $ * * interface between TP and CONS */ @@ -90,3 +94,5 @@ struct dte_addr { #define PRC_CONS_SEND_DONE 2 /* something unused in protosw.h */ #endif /* KERNEL */ + +#endif |