Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/distrib/utils/sysinst/Attic/run.c,v rcsdiff: /ftp/cvs/cvsroot/src/distrib/utils/sysinst/Attic/run.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2.2.2 retrieving revision 1.3 diff -u -p -r1.2.2.2 -r1.3 --- src/distrib/utils/sysinst/Attic/run.c 1997/11/06 00:43:39 1.2.2.2 +++ src/distrib/utils/sysinst/Attic/run.c 1997/11/02 03:45:30 1.3 @@ -1,4 +1,4 @@ -/* $NetBSD: run.c,v 1.2.2.2 1997/11/06 00:43:39 mellon Exp $ */ +/* $NetBSD: run.c,v 1.3 1997/11/02 03:45:30 jonathan Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -63,7 +63,7 @@ char* va_prog_cmdstr(char *cmd, va_list #define BUFSIZE 4096 int -collect (int kind, char **buffer, const char *name, ...) +collect (int kind, char **buffer, char *name, ...) { size_t nbytes; /* Number of bytes in buffer. */ size_t fbytes; /* Number of bytes in file. */