Fix typo (define -> ifndef)

Reviewed by:
Submitted by:
This commit is contained in:
Paul Richards 1994-08-21 19:06:48 +00:00
parent a57d411ac1
commit 9d0de5eba9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2192

View File

@ -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 */