aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pine/pine-4.63/pine-4.31-segfix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pine/pine-4.63/pine-4.31-segfix.patch')
-rw-r--r--packages/pine/pine-4.63/pine-4.31-segfix.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/pine/pine-4.63/pine-4.31-segfix.patch b/packages/pine/pine-4.63/pine-4.31-segfix.patch
deleted file mode 100644
index f65aa60294..0000000000
--- a/packages/pine/pine-4.63/pine-4.31-segfix.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -urN pine4.31.orig/pine/osdep/lstcmpnt pine4.31/pine/osdep/lstcmpnt
---- pine4.31.orig/pine/osdep/lstcmpnt Mon Oct 30 17:45:08 2000
-+++ pine4.31/pine/osdep/lstcmpnt Tue Dec 12 06:33:53 2000
-@@ -9,10 +9,10 @@
- last_cmpnt(filename)
- char *filename;
- {
-- register char *p = NULL, *q = filename;
-+ char *p = NULL, *q = filename;
-
-- if(!q)
-- return(q);
-+ if(filename == 0)
-+ return 0;
-
- while(q = strchr(q, '/'))
- if(*++q)