diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-06-17 18:58:58 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-06-17 18:58:58 +0000 |
commit | d83aa1f777ba3bacaa5ab65a508ff7d11756c95a (patch) | |
tree | 52d43dbefa1aeb5340208ea3b5d700fddeb9924d /libc/misc/utmp/Makefile | |
parent | 6e0a5a3bb12d28a3eb8f3fb015dfe60e56b1ddd1 (diff) |
Some cleanups so utmp/wtmp behaves. Fix potential use of
uninitialized memory. Prepare to reentrantify the utmp
stuff.
-Erik
Diffstat (limited to 'libc/misc/utmp/Makefile')
-rw-r--r-- | libc/misc/utmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |