mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
Fix typo (define -> ifndef)
Reviewed by: Submitted by:
This commit is contained in:
parent
a57d411ac1
commit
9d0de5eba9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2192
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user