summaryrefslogtreecommitdiff
path: root/sbin/newlfs/misc.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-07-17 02:14:34 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-07-17 02:14:34 +0000
commit777e443a4907c980d426ece9a6f7cdb21fea4f1b (patch)
treec7899405ab91d9f045012553ebfb1b8f7300f21b /sbin/newlfs/misc.c
parent5757b9a265e6ab7af9c725d74bf16cbf90747d02 (diff)
some ansi; khalek@linuxgamers.net
Diffstat (limited to 'sbin/newlfs/misc.c')
-rw-r--r--sbin/newlfs/misc.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/newlfs/misc.c b/sbin/newlfs/misc.c
index a2f3bfa8737..c3e5ede59fe 100644
--- a/sbin/newlfs/misc.c
+++ b/sbin/newlfs/misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.c,v 1.7 2003/11/15 00:18:38 tedu Exp $ */
+/* $OpenBSD: misc.c,v 1.8 2004/07/17 02:14:33 deraadt Exp $ */
/* $NetBSD: misc.c,v 1.2 1995/03/18 14:58:51 cgd Exp $ */
/*-
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/5/93";
#else
-static char rcsid[] = "$OpenBSD: misc.c,v 1.7 2003/11/15 00:18:38 tedu Exp $";
+static char rcsid[] = "$OpenBSD: misc.c,v 1.8 2004/07/17 02:14:33 deraadt Exp $";
#endif
#endif /* not lint */
@@ -46,8 +46,7 @@ static char rcsid[] = "$OpenBSD: misc.c,v 1.7 2003/11/15 00:18:38 tedu Exp $";
#include "extern.h"
u_int
-log2(num)
- u_int num;
+log2(u_int num)
{
u_int i, limit;