Define FALSE and TRUE locally.

This commit is contained in:
mycroft 1997-10-16 03:16:44 +00:00
parent fc0fb1cfdc
commit 8e4d927ebf
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: st.c,v 1.82 1997/10/13 00:48:02 explorer Exp $ */
/* $NetBSD: st.c,v 1.83 1997/10/16 03:16:44 mycroft Exp $ */
/*
* Copyright (c) 1994 Charles Hannum. All rights reserved.
@ -88,6 +88,9 @@
#define STUNIT(z) ((minor(z) >> 4) )
#define CTLMODE 3
#define FALSE 0
#define TRUE 1
/*
* Maximum density code known.
*/