=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/fstat/fstat.c,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- src/usr.bin/fstat/fstat.c 2002/08/04 00:48:34 1.41 +++ src/usr.bin/fstat/fstat.c 2003/05/13 01:41:48 1.42 @@ -1,4 +1,4 @@ -/* $OpenBSD: fstat.c,v 1.41 2002/08/04 00:48:34 deraadt Exp $ */ +/* $OpenBSD: fstat.c,v 1.42 2003/05/13 01:41:48 tedu Exp $ */ /*- * Copyright (c) 1988, 1993 @@ -41,7 +41,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)fstat.c 8.1 (Berkeley) 6/6/93";*/ -static char *rcsid = "$OpenBSD: fstat.c,v 1.41 2002/08/04 00:48:34 deraadt Exp $"; +static char *rcsid = "$OpenBSD: fstat.c,v 1.42 2003/05/13 01:41:48 tedu Exp $"; #endif /* not lint */ #include @@ -59,8 +59,8 @@ #include #include #include -#include #define _KERNEL +#include #include #include #include