summaryrefslogtreecommitdiff
path: root/sys/net/slcompress.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/slcompress.h')
-rw-r--r--sys/net/slcompress.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/net/slcompress.h b/sys/net/slcompress.h
index c52b485126e..40a07d7905f 100644
--- a/sys/net/slcompress.h
+++ b/sys/net/slcompress.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: slcompress.h,v 1.3 1997/09/05 04:27:05 millert Exp $ */
+/* $OpenBSD: slcompress.h,v 1.4 1998/05/08 05:02:02 millert Exp $ */
/* $NetBSD: slcompress.h,v 1.11 1997/05/17 21:12:11 christos Exp $ */
/*
@@ -43,8 +43,8 @@
* - Initial distribution.
*/
-#ifndef _SLCOMPRESS_H_
-#define _SLCOMPRESS_H_
+#ifndef _NET_SLCOMPRESS_H_
+#define _NET_SLCOMPRESS_H_
#define MAX_STATES 16 /* must be > 2 and < 256 */
#define MAX_HDR MLEN /* XXX 4bsd-ism: should really be 128 */
@@ -166,4 +166,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 /* _SLCOMPRESS_H_ */
+#endif /* _NET_SLCOMPRESS_H_ */