OpenBSD patches for dtpdmd and dtprintinfo.
Casts, #ifdefs, SIGCLD ...
This commit is contained in:
committed by
Jon Trulson
parent
d418376944
commit
76984653b4
@@ -41,7 +41,7 @@
|
||||
#define boolean boolean_t
|
||||
#define true B_TRUE
|
||||
#define false B_FALSE
|
||||
#elif defined(linux)
|
||||
#elif defined(linux) || defined(CSRG_BASED)
|
||||
#define false 0
|
||||
#define true 0
|
||||
#define boolean int
|
||||
|
||||
Reference in New Issue
Block a user