From 6554773b4c7c7f4194646aba7e3309e16e8ad022 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 15 Aug 1996 22:01:06 +0000 Subject: . --- hurd/=pending-changes | 4 ---- utils/Makefile | 5 +---- 2 files changed, 1 insertion(+), 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 -- cgit v1.2.3