equal
deleted
inserted
replaced
12 #if HAVE_UNISTD_H |
12 #if HAVE_UNISTD_H |
13 #include <unistd.h> |
13 #include <unistd.h> |
14 #endif |
14 #endif |
15 #include "auth.h" |
15 #include "auth.h" |
16 |
16 |
17 static const char rcsid[]="$Id: copyargv.c,v 1.1 2000/04/13 17:55:05 bruce Exp $"; |
17 static const char rcsid[]="$Id: copyargv.c,v 1.2 2000/12/18 20:20:10 bruce Exp $"; |
18 |
18 |
19 char **authcopyargv(int c, char **oldv, char **prog) |
19 char **authcopyargv(int c, char **oldv, char **prog) |
20 { |
20 { |
21 char **v; |
21 char **v; |
22 int n; |
22 int n; |