blob: 4e24fbec7d0ce7dd785343d32bc9df3d03097934 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.3 2015/12/29 23:34:46 dholland Exp $
Fix build on Dragonfly and FreeBSD.
--- lib/os.h.orig 2012-02-07 20:27:30.000000000 +0000
+++ lib/os.h
@@ -934,6 +934,8 @@ ___END_C_LINKAGE
#define INCLUDE_pty_h
#undef INCLUDE_util_h
#define INCLUDE_util_h
+#undef INCLUDE_libutil_h
+#define INCLUDE_libutil_h
#endif
#ifdef USE_getpt
|