From 68e2ef24ca3acf0b57ec39f95f66b4fb69e4ab49 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 18 Nov 1995 13:07:51 +0000 Subject: [PATCH] Fixed a comment. --- sys/net/slcompress.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/net/slcompress.h b/sys/net/slcompress.h index 90a2c01c2428..f7230c5a1d87 100644 --- a/sys/net/slcompress.h +++ b/sys/net/slcompress.h @@ -35,7 +35,7 @@ * * Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989: * - Initial distribution. - * $Id: slcompress.h,v 1.6 1995/05/30 08:08:34 rgrimes Exp $ + * $Id: slcompress.h,v 1.7 1995/10/31 19:22:32 peter Exp $ */ #ifndef _NET_SLCOMPRESS_H_ @@ -160,4 +160,4 @@ int sl_uncompress_tcp __P((u_char **, int, u_int, struct slcompress *)); int sl_uncompress_tcp_core __P((u_char *, int, int, u_int, struct slcompress *, u_char **, u_int *)); -#endif /* _NET_SLCOMPRESS_H_ */ +#endif /* !_NET_SLCOMPRESS_H_ */