diff options
Diffstat (limited to 'sys/netatm/atm_proto.c')
-rw-r--r-- | sys/netatm/atm_proto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netatm/atm_proto.c b/sys/netatm/atm_proto.c index ddd1a88bb2012..6a598e8318f7d 100644 --- a/sys/netatm/atm_proto.c +++ b/sys/netatm/atm_proto.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_proto.c,v 1.6 1998/02/19 19:52:06 mks Exp $ + * @(#) $Id: atm_proto.c,v 1.1 1998/09/15 08:22:58 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_proto.c,v 1.6 1998/02/19 19:52:06 mks Exp $"; +static char *RCSid = "@(#) $Id: atm_proto.c,v 1.1 1998/09/15 08:22:58 phk Exp $"; #endif #include <netatm/kern_include.h> |