From 68a462f3d5a11989395d5d422412580fa77a2a8c Mon Sep 17 00:00:00 2001 From: paul Date: Sun, 21 Aug 1994 19:06:48 +0000 Subject: Fix typo (define -> ifndef) Reviewed by: Submitted by: --- sys/net/slcompress.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/net/slcompress.h') diff --git a/sys/net/slcompress.h b/sys/net/slcompress.h index be43d65..5ddd652 100644 --- a/sys/net/slcompress.h +++ b/sys/net/slcompress.h @@ -35,10 +35,10 @@ * * Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989: * - Initial distribution. - * $Id: slcompress.h,v 1.2 1994/08/02 07:46:48 davidg Exp $ + * $Id: slcompress.h,v 1.3 1994/08/21 05:11:47 paul Exp $ */ -#define _NET_SLCOMPRESS_H_ +#ifndef _NET_SLCOMPRESS_H_ #define _NET_SLCOMPRESS_H_ #define MAX_STATES 16 /* must be > 2 and < 256 */ -- cgit v1.1