Files
pkgsrc-ng/archivers/arc/patches/patch-ad
2016-01-21 23:40:00 +01:00

20 lines
613 B
Plaintext

$NetBSD: patch-ad,v 1.3 2015/01/04 10:43:44 wiz Exp $
--- marc.c.orig 2010-08-07 13:06:42.000000000 +0000
+++ marc.c
@@ -49,12 +49,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 */
+
int
main(nargs,arg) /* system entry point */
int nargs; /* number of arguments */
char *arg[]; /* pointers to arguments */
{
- char *makefnam();
char *envfind();
#if !_MTS
char *arctemp2; /* temp file stuff */