summaryrefslogtreecommitdiffstats
path: root/sbin/mount/extern.h
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2005-10-07 02:18:20 +0000
committerrodrigc <rodrigc@FreeBSD.org>2005-10-07 02:18:20 +0000
commit8ed272b3a67dc18324e8a83f2b65d5c67d5fc1fb (patch)
tree67005176bc32a3f93ac5be4246047cc956f2e7a6 /sbin/mount/extern.h
parent2e47ce1265a5abd752e51ed0211443920d031efe (diff)
downloadFreeBSD-src-8ed272b3a67dc18324e8a83f2b65d5c67d5fc1fb.zip
FreeBSD-src-8ed272b3a67dc18324e8a83f2b65d5c67d5fc1fb.tar.gz
Switch from K&R-style C prototypes to ISO/ANSI-style C prototypes.
Make prototype in extern.h match prototype in mount_ufs.c
Diffstat (limited to 'sbin/mount/extern.h')
-rw-r--r--sbin/mount/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount/extern.h b/sbin/mount/extern.h
index 638f8a4..2271da5 100644
--- a/sbin/mount/extern.h
+++ b/sbin/mount/extern.h
@@ -31,4 +31,4 @@ int checkvfsname(const char *, const char **);
const char **makevfslist(char *);
/* mount_ufs.c */
-int mount_ufs(int, char *const *);
+int mount_ufs(int, char * const []);
OpenPOWER on IntegriCloud