View | Details | Raw Unified | Return to bug 48815
Collapse All | Expand All

(-)gnokii/files/patch-common-data-virtmodem.c (+10 lines)
Line 0 Link Here
1
--- common/data/virtmodem.c.orig	Sat Mar  1 18:39:16 2003
2
+++ common/data/virtmodem.c	Sat Mar  1 18:39:43 2003
3
@@ -48,6 +48,7 @@
4
 #include <grp.h>
5
 #include <string.h>
6
 #include <sys/types.h>
7
+#include <sys/select.h>
8
 #include <sys/stat.h>
9
 #ifdef HAVE_SYS_TIME_H
10
 #  include <sys/time.h>
(-)gnokii/files/patch-include-misc.h (+11 lines)
Line 0 Link Here
1
--- include/misc.h.orig	Sat Mar  1 18:39:05 2003
2
+++ include/misc.h	Sat Mar  1 18:39:27 2003
3
@@ -105,7 +105,7 @@
4
 #define __unices__ defined(__svr4__) || defined(__FreeBSD__) || defined(__bsdi__)
5
 #if __unices__
6
 #  include <strings.h>
7
-#  include <sys/file.h>
8
+/*#  include <sys/file.h>*/
9
 #endif
10
 
11
 /* This one is for NLS. */

Return to bug 48815