summaryrefslogtreecommitdiff
path: root/archivers/arc/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/arc/patches/patch-ad')
-rw-r--r--archivers/arc/patches/patch-ad10
1 files changed, 5 insertions, 5 deletions
diff --git a/archivers/arc/patches/patch-ad b/archivers/arc/patches/patch-ad
index 1acfb1c760f..a0a01d500c3 100644
--- a/archivers/arc/patches/patch-ad
+++ b/archivers/arc/patches/patch-ad
@@ -1,19 +1,19 @@
-$NetBSD: patch-ad,v 1.1 2005/05/08 05:45:42 minskim Exp $
+$NetBSD: patch-ad,v 1.2 2006/05/02 19:06:45 wiz Exp $
---- marc.c.orig 1992-04-14 17:59:21.000000000 -0500
+--- marc.c.orig 2005-10-09 03:38:22.000000000 +0200
+++ marc.c
-@@ -42,12 +42,13 @@ char srcname[STRLEN]; /* source
+@@ -48,12 +48,13 @@ char *pinbuf; /* block input buffer *
static char **lst; /* files list */
static int lnum; /* length of files list */
-+char *makefnam(char*, char*, char*); /* filename fixup routine */
++char *makefnam(char*, char*, char*); /* filename fixup routine */
+
int
main(nargs,arg) /* system entry point */
int nargs; /* number of arguments */
char *arg[]; /* pointers to arguments */
{
-- char *makefnam(); /* filename fixup routine */
+- char *makefnam();
char *envfind();
#if !_MTS
char *arctemp2, *mktemp(); /* temp file stuff */