12 lines
286 B
Text
12 lines
286 B
Text
$NetBSD: patch-aa,v 1.1 2007/06/14 22:02:45 darcy Exp $
|
|
|
|
--- compat.h.orig 2006-03-07 17:49:09.000000000 -0500
|
|
+++ compat.h
|
|
@@ -7,6 +7,7 @@
|
|
*/
|
|
#ifdef __NetBSD__
|
|
#define CGETENT(b, d, n) cgetent(b, (const char * const *)d, n)
|
|
+#define _HAVE_SYSLOG_R_
|
|
#endif /* __NetBSD__ */
|
|
|
|
/*
|