dfc89b3b4d
productivity suite. It includes the key desktop applications, such as a word processor, spreadsheet, presentation manager, and drawing program, with a user interface and feature set similar to other office suites.
13 lines
361 B
Text
13 lines
361 B
Text
$NetBSD: patch-bl,v 1.1.1.1 2002/02/13 18:09:22 mrauch Exp $
|
|
|
|
--- ../sal/osl/unx/socket.c.orig Thu Nov 22 15:14:54 2001
|
|
+++ ../sal/osl/unx/socket.c
|
|
@@ -82,7 +82,7 @@
|
|
#undef HAVE_POLL_H
|
|
#endif
|
|
|
|
-#if defined(LINUX) || defined (IRIX)
|
|
+#if defined(LINUX) || defined (IRIX) || defined(NETBSD)
|
|
#include <sys/poll.h>
|
|
#define HAVE_POLL_H
|
|
#endif /* HAVE_POLL_H */
|