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-freebsd.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'osdep-freebsd.c') diff --git a/osdep-freebsd.c b/osdep-freebsd.c index 33bd606c..92139565 100644 --- a/osdep-freebsd.c +++ b/osdep-freebsd.c @@ -1,4 +1,4 @@ -/* $Id: osdep-freebsd.c,v 1.14 2009-02-13 00:43:04 nicm Exp $ */ +/* $Id: osdep-freebsd.c,v 1.15 2009-04-29 23:07:35 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott @@ -16,8 +16,6 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifdef __FreeBSD__ - #include #include #include @@ -121,5 +119,3 @@ retry: free(buf); return (name); } - -#endif -- cgit v1.2.3