diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-10 17:59:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-10 17:59:11 +0000 |
commit | 88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4 (patch) | |
tree | 4871d5fdfd0c601396ef4651c3d1458bedb5a854 /console-tools/loadacm.c | |
parent | 40406e6bad9abcd58977ed92194c9061d85c9e47 (diff) |
Some #include updates.
-Erik
Diffstat (limited to 'console-tools/loadacm.c')
-rw-r--r-- | console-tools/loadacm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/console-tools/loadacm.c b/console-tools/loadacm.c index 2d70ffc5d..7f669bf08 100644 --- a/console-tools/loadacm.c +++ b/console-tools/loadacm.c @@ -18,7 +18,6 @@ #include <errno.h> #include <signal.h> #include <sys/types.h> -#include <sys/stat.h> #include <sys/ioctl.h> #include <sys/kd.h> |