aboutsummaryrefslogtreecommitdiffstats
path: root/plpnfsd/mp_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'plpnfsd/mp_main.c')
-rw-r--r--plpnfsd/mp_main.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/plpnfsd/mp_main.c b/plpnfsd/mp_main.c
index b026db3..172e29a 100644
--- a/plpnfsd/mp_main.c
+++ b/plpnfsd/mp_main.c
@@ -53,21 +53,6 @@ fattr root_fattr =
{0, 0}
};
-#if defined(hpux) || defined(__SVR4) || defined(__sgi)
-#ifndef sun
-void
-usleep(usec)
-int usec;
-{
- struct timeval t;
-
- t.tv_sec = (long) (usec / 1000000);
- t.tv_usec = (long) (usec % 1000000);
- select(0, (fd_set *) 0, (fd_set *) 0, (fd_set *) 0, &t);
-}
-#endif
-#endif /* hpux */
-
int
debuglog(char *fmt, ...)
{