This is a discussion on [patch] iopctl(8) contains unused headers within the mailing.openbsd.tech forums, part of the OpenBSD category; --> Hello. iopctl.c does not actually uses errno.h and util.h. It can successfully compile and operate without them. --- iopctl.c.original ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello. iopctl.c does not actually uses errno.h and util.h. It can successfully compile and operate without them. --- iopctl.c.original Thu Jul 19 15:33:48 2007 +++ iopctl.c Thu Jul 19 15:33:57 2007 @@ -43,14 +43,12 @@ #include <sys/device.h> #include <err.h> -/* #include <errno.h> */ #include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <string.h> #include <unistd.h> -/* #include <util.h> */ #include <dev/i2o/i2o.h> #include <dev/i2o/iopio.h> |
| Thread Tools | |
| Display Modes | |
|
|