diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-03-25 20:30:47 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-03-25 20:30:47 +0000 |
commit | 0a233a317d552a84127a8b60ea2bbb34988434d7 (patch) | |
tree | c64a27949685ee6747c1aecbf5817731d10b7f40 /sys/lib/libsa/unixdev.c | |
parent | 5e942f4f577d3efb55b1556e8623a81564615ac5 (diff) |
Get rid of userland includes
Diffstat (limited to 'sys/lib/libsa/unixdev.c')
-rw-r--r-- | sys/lib/libsa/unixdev.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/lib/libsa/unixdev.c b/sys/lib/libsa/unixdev.c index a74e16428f7..fdb7335cbe9 100644 --- a/sys/lib/libsa/unixdev.c +++ b/sys/lib/libsa/unixdev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: unixdev.c,v 1.1 1997/02/16 14:51:58 mickey Exp $ */ +/* $OpenBSD: unixdev.c,v 1.2 1997/03/25 20:30:46 niklas Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -34,11 +34,9 @@ #include <sys/param.h> #include <sys/types.h> +#include <sys/fcntl.h> #include <sys/syscall.h> -#include <string.h> -#define open uopen -#include <fcntl.h> -#undef open + #include "libsa.h" #include "unixdev.h" |