diff options
author | 1997-03-25 20:30:41 +0000 | |
---|---|---|
committer | 1997-03-25 20:30:41 +0000 | |
commit | b7a1a5dd5e2e7199682b72c7fefcc0e8298d8d66 (patch) | |
tree | 16818fbc300b2930ea051569d3a285e589f17910 /sys/lib/libsa/unixdev.c | |
parent | move the .; enami@ba2.so-net.or.jp (diff) | |
download | wireguard-openbsd-b7a1a5dd5e2e7199682b72c7fefcc0e8298d8d66.tar.xz wireguard-openbsd-b7a1a5dd5e2e7199682b72c7fefcc0e8298d8d66.zip |
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" |