diff options
author | Bruce Evans <bde@FreeBSD.org> | 1997-03-24 11:25:10 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-24 11:25:10 +0000 |
commit | fce002fdef3780b4b80bfe0ba6d126bfc10130e9 (patch) | |
tree | 250b202c69db62ed6110bcd8d4341019a4d8d107 /sys/i386/linux/linux_misc.c | |
parent | cb07fc98033d49d2ec97adf09c9aacbcbe24a2fc (diff) |
Notes
Diffstat (limited to 'sys/i386/linux/linux_misc.c')
-rw-r--r-- | sys/i386/linux/linux_misc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/linux/linux_misc.c b/sys/i386/linux/linux_misc.c index 706e83d61e26..7d5bd59ef954 100644 --- a/sys/i386/linux/linux_misc.c +++ b/sys/i386/linux/linux_misc.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_misc.c,v 1.24 1997/02/22 09:38:23 peter Exp $ + * $Id: linux_misc.c,v 1.25 1997/03/23 03:36:04 bde Exp $ */ #include <sys/param.h> @@ -38,7 +38,6 @@ #include <sys/dirent.h> #include <sys/fcntl.h> #include <sys/filedesc.h> -#include <sys/ioctl.h> #include <sys/imgact_aout.h> #include <sys/mount.h> #include <sys/namei.h> |