Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 20 Sep 1998 18:31:50 +0000 (18:31 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 20 Sep 1998 18:31:50 +0000 (18:31 +0000)
1998-09-20  Ulrich Drepper  <drepper@cygnus.com>

* login/Makefile (distribute): Remove pty-internal.h, add
pty-private.h.

ChangeLog
login/Makefile

index 0593bd1..19f5b14 100644 (file)
--- 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>.
index 6ecee73..f6dc62f 100644 (file)
@@ -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