summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO2
-rw-r--r--nfs/Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 55475211..4049f96c 100644
--- a/TODO
+++ b/TODO
@@ -48,6 +48,7 @@ See `tasks', the exported task list.
*** make sure profiling works !!
*** implement revoke once io_revoke is added. !!
*** add chflags flags to appropriate header(s)
+*** declare reboot() somewhere.
** libports:
*** Get rid of general `uninibited-rpcs' mechanism in libports, & just
@@ -229,6 +230,7 @@ See `tasks', the exported task list.
*** Implement nqnfs. !
*** Add Hurd-specific calls. !!
*** writes don't seem to work properly !!!
+*** Report statfs correctly. !!
* Mach:
** Have some analogue of /dev/klog that syslogd can get kernel messages from
diff --git a/nfs/Makefile b/nfs/Makefile
index 9a383a31..f7a7d3bf 100644
--- a/nfs/Makefile
+++ b/nfs/Makefile
@@ -25,7 +25,7 @@ target = nfs
LCLHDRS = nfs.h mount.h nfs-spec.h
SRCS = ops.c rpc.c mount.c nfs.c cache.c consts.c main.c
OBJS = $(subst .c,.o,$(SRCS))
-HURDLIBS = ports netfs fshelp iohelp threads
+HURDLIBS=ports netfs fshelp threads iohelp
include ../Makeconf