diff options
Diffstat (limited to 'deskutils/xrolo/files/patch-panel.c')
-rw-r--r-- | deskutils/xrolo/files/patch-panel.c | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/deskutils/xrolo/files/patch-panel.c b/deskutils/xrolo/files/patch-panel.c deleted file mode 100644 index 9306bd8febb7..000000000000 --- a/deskutils/xrolo/files/patch-panel.c +++ /dev/null @@ -1,43 +0,0 @@ -*** panel.c.orig Wed Dec 4 01:38:09 1991 ---- panel.c Sat Oct 1 20:05:54 2005 -*************** -*** 35,40 **** ---- 35,48 ---- - */ - - -+ #if (defined(__unix__) || defined(unix)) && !defined(USG) -+ #include <sys/param.h> -+ #endif -+ -+ #if (defined(BSD) && (BSD >= 199306)) -+ #include <stdlib.h> -+ #endif -+ - #include <stdio.h> - #include <strings.h> - #include <xview/xview.h> -*************** -*** 46,52 **** - #include <xview/svrimage.h> - #include <sys/param.h> - #include <ctype.h> -! #if !defined (sgi) - #include <alloca.h> - #endif - #include <string.h> ---- 54,60 ---- - #include <xview/svrimage.h> - #include <sys/param.h> - #include <ctype.h> -! #if !defined (sgi) && !(defined(BSD) && (BSD >= 199306)) - #include <alloca.h> - #endif - #include <string.h> -*************** -*** 2462,2465 **** - return(--s1); - return( NULL ); - } -- ---- 2470,2472 ---- |