aboutsummaryrefslogtreecommitdiffstats
path: root/plpnfsd/mp_main.c
diff options
context:
space:
mode:
authorThomas Klausner <thomasklausner@users.sourceforge.net>2004-09-08 16:46:04 +0000
committerThomas Klausner <thomasklausner@users.sourceforge.net>2004-09-08 16:46:04 +0000
commit8afe77eca8dce0ad139789e5e21e1419a25bccad (patch)
tree213836fca5b9bfb9c8d9fae06b605b7e6baf65e5 /plpnfsd/mp_main.c
parentdb78f396f3de2c2c88ce27bc86751bc06f5c27ef (diff)
downloadplptools-8afe77eca8dce0ad139789e5e21e1419a25bccad.tar.gz
plptools-8afe77eca8dce0ad139789e5e21e1419a25bccad.tar.bz2
plptools-8afe77eca8dce0ad139789e5e21e1419a25bccad.zip
Some portability #ifdefs for NetBSD.
Diffstat (limited to 'plpnfsd/mp_main.c')
-rw-r--r--plpnfsd/mp_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plpnfsd/mp_main.c b/plpnfsd/mp_main.c
index d8df171..b026db3 100644
--- a/plpnfsd/mp_main.c
+++ b/plpnfsd/mp_main.c
@@ -22,7 +22,7 @@
#include <errno.h>
#include "nfs_prot.h"
#include "mp.h"
-#if defined (__SVR4) || defined(__sgi)
+#if defined (__SVR4) || defined(__sgi) || defined(__NetBSD__)
#include <stdlib.h> /* getenv */
#include <string.h> /* strcmp */
#endif