mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
23 lines
656 B
Plaintext
23 lines
656 B
Plaintext
|
*** marc.c.old Wed Apr 15 02:59:21 1992
|
||
|
--- marc.c Sat Dec 31 20:40:30 1994
|
||
|
***************
|
||
|
*** 35,40 ****
|
||
|
--- 35,41 ----
|
||
|
#endif
|
||
|
VOID arcdie();
|
||
|
static VOID expandlst(), merge();
|
||
|
+ char *makefnam(); /* filename fixup routine */
|
||
|
|
||
|
FILE *src; /* source archive */
|
||
|
char srcname[STRLEN]; /* source archive name */
|
||
|
***************
|
||
|
*** 47,53 ****
|
||
|
int nargs; /* number of arguments */
|
||
|
char *arg[]; /* pointers to arguments */
|
||
|
{
|
||
|
- char *makefnam(); /* filename fixup routine */
|
||
|
char *envfind();
|
||
|
#if !_MTS
|
||
|
char *arctemp2, *mktemp(); /* temp file stuff */
|
||
|
--- 48,53 ----
|