summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-09-20 18:31:50 +0000
committerUlrich Drepper <drepper@redhat.com>1998-09-20 18:31:50 +0000
commitb0fd6165c72f56f0ff6383a5cc89d74ff24820fa (patch)
tree77bc5c139a3673233e5b632aa3ac2be90785695d
parent1391f5d3c838ed11fbd967fab3c5a76cd088e951 (diff)
1998-09-20 Ulrich Drepper <drepper@cygnus.com> * login/Makefile (distribute): Remove pty-internal.h, add pty-private.h.
-rw-r--r--ChangeLog5
-rw-r--r--login/Makefile2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0593bd18c3..19f5b14edd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-1998-09-20 18:07 Ulrich Drepper <drepper@cygnus.com>
+1998-09-20 Ulrich Drepper <drepper@cygnus.com>
+
+ * login/Makefile (distribute): Remove pty-internal.h, add
+ pty-private.h.
* stdlib/tst-strtol.c: Add more checks.
Patch by Zack Weinberg <zack@rabi.columbia.edu>.
diff --git a/login/Makefile b/login/Makefile
index 6ecee73c9c..f6dc62f524 100644
--- a/login/Makefile
+++ b/login/Makefile
@@ -38,7 +38,7 @@ extra-objs := $(utmpd-routines:=.o)
distribute := utmp-private.h programs/xtmp.h programs/utmpd.h README.utmpd \
programs/utmpd-private.h $(utmpd-routines:%=programs/%.c) \
- pty-internal.h
+ pty-private.h
subdir-dirs = programs
vpath %.c programs