Rename initialize_slave.c to init_slave.c
authorSam Hartman <hartmans@mit.edu>
Fri, 11 Aug 1995 20:14:00 +0000 (20:14 +0000)
committerSam Hartman <hartmans@mit.edu>
Fri, 11 Aug 1995 20:14:00 +0000 (20:14 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6509 dc483132-0cff-0310-8789-dd5450dbe970

src/util/pty/ChangeLog
src/util/pty/Makefile.in
src/util/pty/init_slave.c [moved from src/util/pty/initialize_slave.c with 100% similarity]

index 0a3ae4167ae905ced44a151c72d66ba2eed3d5fc..6bb0c34237ce681a4bad49a031fa3ace1e35d92c 100644 (file)
@@ -1,3 +1,8 @@
+Fri Aug 11 15:49:30 1995  Sam Hartman  <hartmans@tertius.mit.edu>
+
+       * Makefile.in (CFILES): Rename initialize_slave.c to init_slave.c
+        so it isn't truncated in libpty.a.
+
 Fri Aug 11 01:12:03 1995  Sam Hartman  <hartmans@infocalypse>
 
        * initialize_slave.c (pty_initialize_slave): You really do need to
index 0dccd9926829c0dc3b992e5738201f40d358b8c4..f277f76f3884e1fee7d0f0c462c72d9009d3b4c6 100644 (file)
@@ -6,7 +6,7 @@ SED = sed
        $(CC) $(CFLAGS) -c $(srcdir)/$*.c
 
 
-LIBOBJS= cleanup.o getpty.o initialize_slave.o open_ctty.o open_slave.o \
+LIBOBJS= cleanup.o getpty.o init_slave.o open_ctty.o open_slave.o \
    update_utmp.o update_wtmp.o vhangup.o void_assoc.o pty_err.o logwtmp.o init.o
 LIBUPDATE= $(BUILDTOP)/util/libupdate
 LIBDONE=DONE
@@ -16,10 +16,10 @@ INSTALLFILE = cp
 # for pty-int.h
 LOCALINCLUDE=-I. -I$(srcdir)
 
-FILES= Makefile cleanup.c getpty.c initialize_slave.c open_ctty.c open_slave.c update_utmp.c update_wtmp.c vhangup.c void_assoc.c pty_err.h pty_err.c\
+FILES= Makefile cleanup.c getpty.c init_slave.c open_ctty.c open_slave.c update_utmp.c update_wtmp.c vhangup.c void_assoc.c pty_err.h pty_err.c\
 logwtmp.c init.c
 
-CFILES=cleanup.c getpty.c initialize_slave.c open_ctty.c open_slave.c\
+CFILES=cleanup.c getpty.c init_slave.c open_ctty.c open_slave.c\
 update_utmp.c update_wtmp.c vhangup.c void_assoc.c pty_err.c logwtmp.c init.c