summaryrefslogtreecommitdiffstats
path: root/bin/csh/glob.c
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-08-08 00:54:05 +0000
committersteve <steve@FreeBSD.org>1997-08-08 00:54:05 +0000
commit2ae4bfe0cf7c10b991b2c8c56db256ed69aedfb8 (patch)
tree2cede9545dd07ab7b5f1941775ce1b4dee35a206 /bin/csh/glob.c
parentfe3edcd2a19bdb8f85935e9650b068bc7c87da7c (diff)
downloadFreeBSD-src-2ae4bfe0cf7c10b991b2c8c56db256ed69aedfb8.zip
FreeBSD-src-2ae4bfe0cf7c10b991b2c8c56db256ed69aedfb8.tar.gz
More minor nits (mostly using memove instead of memcpy).
Diffstat (limited to 'bin/csh/glob.c')
-rw-r--r--bin/csh/glob.c4
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;
OpenPOWER on IntegriCloud