diff options
Diffstat (limited to 'sys/netatm/atm_usrreq.c')
-rw-r--r-- | sys/netatm/atm_usrreq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netatm/atm_usrreq.c b/sys/netatm/atm_usrreq.c index 4231d1c010d15..93bf5840a06cf 100644 --- a/sys/netatm/atm_usrreq.c +++ b/sys/netatm/atm_usrreq.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_usrreq.c,v 1.7 1998/06/29 21:51:29 mks Exp $ + * @(#) $Id: atm_usrreq.c,v 1.1 1998/09/15 08:22:59 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_usrreq.c,v 1.7 1998/06/29 21:51:29 mks Exp $"; +static char *RCSid = "@(#) $Id: atm_usrreq.c,v 1.1 1998/09/15 08:22:59 phk Exp $"; #endif #include <netatm/kern_include.h> |