From d83aa1f777ba3bacaa5ab65a508ff7d11756c95a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 17 Jun 2002 18:58:58 +0000 Subject: Some cleanups so utmp/wtmp behaves. Fix potential use of uninitialized memory. Prepare to reentrantify the utmp stuff. -Erik --- libc/misc/utmp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/utmp/Makefile') diff --git a/libc/misc/utmp/Makefile b/libc/misc/utmp/Makefile index 7a68f1175..1a50070db 100644 --- a/libc/misc/utmp/Makefile +++ b/libc/misc/utmp/Makefile @@ -24,7 +24,7 @@ TOPDIR=../../../ include $(TOPDIR)Rules.mak -CSRC=utent.c +CSRC=utent.c wtent.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(COBJS) -- cgit v1.2.3