From 0a233a317d552a84127a8b60ea2bbb34988434d7 Mon Sep 17 00:00:00 2001
From: Niklas Hallqvist <niklas@cvs.openbsd.org>
Date: Tue, 25 Mar 1997 20:30:47 +0000
Subject: Get rid of userland includes

---
 sys/lib/libsa/unixdev.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

(limited to 'sys/lib/libsa/unixdev.c')

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"
 
-- 
cgit v1.2.3