diff options
Diffstat (limited to 'lib/libutil/getmaxpartitions.c')
-rw-r--r-- | lib/libutil/getmaxpartitions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/getmaxpartitions.c b/lib/libutil/getmaxpartitions.c index 1efab27a090..41a7b044bba 100644 --- a/lib/libutil/getmaxpartitions.c +++ b/lib/libutil/getmaxpartitions.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getmaxpartitions.c,v 1.3 2002/06/09 22:18:43 fgsch Exp $ */ +/* $OpenBSD: getmaxpartitions.c,v 1.4 2004/05/28 07:03:47 deraadt Exp $ */ /* $NetBSD: getmaxpartitions.c,v 1.1 1996/05/16 07:03:31 thorpej Exp $ */ /*- @@ -47,7 +47,7 @@ static const char rcsid[] = "$NetBSD: getmaxpartitions.c,v 1.1 1996/05/16 07:03: #include "util.h" int -getmaxpartitions() +getmaxpartitions(void) { int maxpart, mib[2]; size_t varlen; |