summaryrefslogtreecommitdiffstats
path: root/osdep-netbsd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-04-29 23:07:35 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-04-29 23:07:35 +0000
commit91241f1457d2391f2885761d5df423eb7a4d893e (patch)
treeae5ed8c06fed1f1809c0a9d26a4a1f18f2287b8c /osdep-netbsd.c
parentce989a91d1c713300503b4631f29fbf456561701 (diff)
Apply the make magic wand to pick an osdep-*.c file rather than using ifdefs.
Diffstat (limited to 'osdep-netbsd.c')
-rw-r--r--osdep-netbsd.c4
1 files changed, 0 insertions, 4 deletions
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 <sys/param.h>
#include <sys/proc.h>
#include <sys/stat.h>
@@ -118,5 +116,3 @@ retry:
free(buf);
return (name);
}
-
-#endif