diff options
Diffstat (limited to 'usr.sbin/mptable')
-rw-r--r-- | usr.sbin/mptable/mptable.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.sbin/mptable/mptable.c b/usr.sbin/mptable/mptable.c index 1f2f519..9c79aa2 100644 --- a/usr.sbin/mptable/mptable.c +++ b/usr.sbin/mptable/mptable.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: mptable.c,v 1.9 1997/09/25 06:47:33 charnier Exp $"; #endif /* not lint */ #define VMAJOR 2 @@ -46,16 +46,13 @@ static const char rcsid[] = #define EXTENDED_PROCESSING_READY #define OEM_PROCESSING_READY_NOT +#include <sys/types.h> #include <err.h> #include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> -#include <sys/types.h> - -#include <machine/types.h> - #define SEP_LINE \ "\n-------------------------------------------------------------------------------\n" |