summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>1995-08-11 20:14:00 +0000
committerSam Hartman <hartmans@mit.edu>1995-08-11 20:14:00 +0000
commit6415d8624e45d9174341883ff759dca011c9c8cb (patch)
tree1a6cfcaf9a11229927ba26656ed4efa55f5f5a90 /src/util
parent6f715063305698a2c535f6c072c81498fa7e8b0b (diff)
downloadkrb5-6415d8624e45d9174341883ff759dca011c9c8cb.tar.gz
krb5-6415d8624e45d9174341883ff759dca011c9c8cb.tar.xz
krb5-6415d8624e45d9174341883ff759dca011c9c8cb.zip
Rename initialize_slave.c to init_slave.c
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6509 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
-rw-r--r--src/util/pty/ChangeLog5
-rw-r--r--src/util/pty/Makefile.in6
-rw-r--r--src/util/pty/init_slave.c (renamed from src/util/pty/initialize_slave.c)0
3 files changed, 8 insertions, 3 deletions
diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog
index 0a3ae4167..6bb0c3423 100644
--- a/src/util/pty/ChangeLog
+++ b/src/util/pty/ChangeLog
@@ -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
diff --git a/src/util/pty/Makefile.in b/src/util/pty/Makefile.in
index 0dccd9926..f277f76f3 100644
--- a/src/util/pty/Makefile.in
+++ b/src/util/pty/Makefile.in
@@ -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
diff --git a/src/util/pty/initialize_slave.c b/src/util/pty/init_slave.c
index d10c9c852..d10c9c852 100644
--- a/src/util/pty/initialize_slave.c
+++ b/src/util/pty/init_slave.c