summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2003-11-15 00:18:39 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2003-11-15 00:18:39 +0000
commitd1c345b3b463210090c4bd77714782e24c942550 (patch)
tree51c802e1647cb113470232377bb896146450a18a
parentd4011b4dc46675ca6c9ad814fc7c68ea81e087fa (diff)
no dup header sys/types.h. from Andrey Matveev
-rw-r--r--sbin/newlfs/misc.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/newlfs/misc.c b/sbin/newlfs/misc.c
index e30babee662..a2f3bfa8737 100644
--- a/sbin/newlfs/misc.c
+++ b/sbin/newlfs/misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.c,v 1.6 2003/06/02 20:06:16 millert Exp $ */
+/* $OpenBSD: misc.c,v 1.7 2003/11/15 00:18:38 tedu Exp $ */
/* $NetBSD: misc.c,v 1.2 1995/03/18 14:58:51 cgd Exp $ */
/*-
@@ -34,12 +34,11 @@
#if 0
static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/5/93";
#else
-static char rcsid[] = "$OpenBSD: misc.c,v 1.6 2003/06/02 20:06:16 millert Exp $";
+static char rcsid[] = "$OpenBSD: misc.c,v 1.7 2003/11/15 00:18:38 tedu Exp $";
#endif
#endif /* not lint */
#include <sys/types.h>
-#include <sys/types.h>
#include <sys/disklabel.h>
#include <stdarg.h>
#include <stdio.h>