summaryrefslogtreecommitdiff
path: root/www/Mosaic/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'www/Mosaic/patches/patch-ac')
-rw-r--r--www/Mosaic/patches/patch-ac26
1 files changed, 13 insertions, 13 deletions
diff --git a/www/Mosaic/patches/patch-ac b/www/Mosaic/patches/patch-ac
index caf0b91406f..b8e013ca4ea 100644
--- a/www/Mosaic/patches/patch-ac
+++ b/www/Mosaic/patches/patch-ac
@@ -1,14 +1,14 @@
-$NetBSD: patch-ac,v 1.2 1998/08/07 11:14:16 agc Exp $
+$NetBSD: patch-ac,v 1.3 2004/05/03 23:30:00 wiz Exp $
-*** src/gui-dialogs.c.orig Mon Aug 7 18:23:34 1995
---- src/gui-dialogs.c Mon Aug 7 18:23:46 1995
-***************
-*** 75,81 ****
- /*swp -- for ~ expansion*/
- #include <pwd.h>
- extern int sys_nerr;
-- extern char *sys_errlist[];
- extern int errno;
- #define __MAX_HOME_LEN__ 256
- int pathEval(char *dest, char *src);
---- 75,80 ----
+--- src/gui-dialogs.c.orig 1996-07-18 09:49:41.000000000 +0200
++++ src/gui-dialogs.c
+@@ -87,9 +87,6 @@ extern int is_uncompressed;
+
+ /*swp -- for ~ expansion*/
+ #include <pwd.h>
+-extern int sys_nerr;
+-extern char *sys_errlist[];
+-extern int errno;
+ #define __MAX_HOME_LEN__ 256
+ int pathEval(char *dest, char *src);
+ char *getFileName(char *file_src);