diff options
Diffstat (limited to 'lib/libatm/ip_checksum.c')
-rw-r--r-- | lib/libatm/ip_checksum.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libatm/ip_checksum.c b/lib/libatm/ip_checksum.c index 478f6ca77015c..caff3e64c4b5e 100644 --- a/lib/libatm/ip_checksum.c +++ b/lib/libatm/ip_checksum.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: ip_checksum.c,v 1.4 1998/08/11 18:11:48 johnc Exp $ + * @(#) $Id: ip_checksum.c,v 1.1 1998/09/15 08:22:34 phk Exp $ * */ @@ -38,7 +38,7 @@ #ifndef lint -static char *RCSid = "@(#) $Id: ip_checksum.c,v 1.4 1998/08/11 18:11:48 johnc Exp $"; +static char *RCSid = "@(#) $Id: ip_checksum.c,v 1.1 1998/09/15 08:22:34 phk Exp $"; #endif #include <sys/types.h> |