openbsd-ports/mbone/nte/patches/patch-src_nt_h
wilfried 106f413f49 * respect CC/CFLAGS
* split patches into separate files
2001-03-17 17:21:41 +00:00

13 lines
350 B
Plaintext

$OpenBSD: patch-src_nt_h,v 1.1 2001/03/17 17:21:42 wilfried Exp $
--- src/nt.h.orig Fri May 28 18:05:46 1999
+++ src/nt.h Fri Mar 16 20:45:42 2001
@@ -75,7 +75,7 @@ time_t time(time_t *);
#include <netdb.h>
#include <sys/utsname.h>
-#ifndef HAVE_NO_VALUES_H
+#if !defined(HAVE_NO_VALUES_H) && !defined(__OpenBSD__)
#include <values.h>
#endif