summaryrefslogtreecommitdiffstats
path: root/osdep-netbsd.c
diff options
context:
space:
mode:
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