diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-11-15 00:18:39 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-11-15 00:18:39 +0000 |
commit | d1c345b3b463210090c4bd77714782e24c942550 (patch) | |
tree | 51c802e1647cb113470232377bb896146450a18a | |
parent | d4011b4dc46675ca6c9ad814fc7c68ea81e087fa (diff) |
no dup header sys/types.h. from Andrey Matveev
-rw-r--r-- | sbin/newlfs/misc.c | 5 |
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> |