diff options
author | Miles Bader <miles@gnu.org> | 1996-08-15 22:01:06 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-08-15 22:01:06 +0000 |
commit | 6554773b4c7c7f4194646aba7e3309e16e8ad022 (patch) | |
tree | da434c25d97a9e3dd7445dcd346526a82d88ff7f | |
parent | 0c9df9c560cbbf8a7e16db645a6cfc221a6e3222 (diff) |
.
-rw-r--r-- | hurd/=pending-changes | 4 | ||||
-rw-r--r-- | utils/Makefile | 5 |
2 files changed, 1 insertions, 8 deletions
diff --git a/hurd/=pending-changes b/hurd/=pending-changes index a885c42f..5fcf741c 100644 --- a/hurd/=pending-changes +++ b/hurd/=pending-changes @@ -1,9 +1,5 @@ User visible: -Change fsys_set_options interface to allow returning data & err+data. - fsys: fsys_t; options: data_t; do_children: int; err: error_t; result: data_t -Add error_t to hurd_types.defs. - Add notification calls to process.defs (and create process_notify.defs). (not yet) diff --git a/utils/Makefile b/utils/Makefile index 7782443d..12eb44d2 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -28,9 +28,7 @@ SRCS = shd.c ps.c su.c settrans.c sync.c showtrans.c \ LCLHDRS = psout.h OBJS = $(filter-out loginpr.sh mount.sh sush.sh uptime.sh,$(SRCS:.c=.o)) - -# This hack to get around ickiness in Makeconf -libutil-libsubst = -lutil +login-LDLIBS = -lutil INSTALL-login-ops = -o root -m 4755 INSTALL-ps-ops = -o root -m 4755 @@ -39,7 +37,6 @@ INSTALL-vmstat-ops = -o root -m 4755 include ../Makeconf -login: -lutil # /gd4/hurdinst/lib/libutil.a # ick ick ick ick ps w: psout.o ../libps/libps.a ../libihash/libihash.a storeinfo: ../libstore/libstore.a # We must include libthreads because of a bug in the way shared libraries |