diff options
Diffstat (limited to 'bin/csh/glob.c')
-rw-r--r-- | bin/csh/glob.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/csh/glob.c b/bin/csh/glob.c index 1f0f109..78956a1 100644 --- a/bin/csh/glob.c +++ b/bin/csh/glob.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)glob.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: glob.c,v 1.8 1997/02/22 14:01:58 peter Exp $"; + "$Id: glob.c,v 1.9 1997/08/07 21:42:09 steve Exp $"; #endif #endif /* not lint */ @@ -557,7 +557,7 @@ ginit() void rscan(t, f) Char **t; - void (*f) (); + void (*f) __P((int)); { Char *p; |