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

(-)x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c (-6 / +7 lines)
Lines 1-9 Link Here
1
--- lib/libxview/misc/expandname.c.orig	Tue Jun 29 07:16:30 1993
1
--- lib/libxview/misc/expandname.c.orig	Tue Jun 29 07:16:30 1993
2
+++ lib/libxview/misc/expandname.c	Fri Aug 19 15:53:44 2005
2
+++ lib/libxview/misc/expandname.c	Fri Aug 19 15:53:44 2005
3
@@ -23,14 +23,6 @@
3
@@ -21,15 +21,6 @@
4
 #include <sys/wait.h>
5
 #include <stdio.h>
4
 #include <string.h>
6
 #include <string.h>
5
 #include <sgtty.h>
7
-#include <sgtty.h>
6
 
8
-
7
-#ifdef sparc
9
-#ifdef sparc
8
-#ifdef SVR4
10
-#ifdef SVR4
9
-#include <unistd.h>
11
-#include <unistd.h>
Lines 11-21 Link Here
11
-#include <vfork.h>
13
-#include <vfork.h>
12
-#endif SVR4
14
-#endif SVR4
13
-#endif
15
-#endif
14
-
16
 
15
 #ifdef SVR4
17
 #ifdef SVR4
16
 #include <sys/signal.h>
18
 #include <sys/signal.h>
17
 #endif SVR4
19
@@ -120,7 +111,9 @@
18
@@ -120,7 +112,9 @@
19
     }
20
     }
20
     (void) close(pivec[0]);
21
     (void) close(pivec[0]);
21
 #ifndef SVR4
22
 #ifndef SVR4

Return to bug 119102