From 91241f1457d2391f2885761d5df423eb7a4d893e Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 29 Apr 2009 23:07:35 +0000 Subject: Apply the make magic wand to pick an osdep-*.c file rather than using ifdefs. --- osdep-netbsd.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'osdep-netbsd.c') diff --git a/osdep-netbsd.c b/osdep-netbsd.c index 927f6cff..96fd892a 100644 --- a/osdep-netbsd.c +++ b/osdep-netbsd.c @@ -14,8 +14,6 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifdef __NetBSD__ - #include #include #include @@ -118,5 +116,3 @@ retry: free(buf); return (name); } - -#endif -- cgit