From 81fa3c450617cd222d0bf22caabe7ab35ea36dfa Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 15 Sep 1995 09:03:42 +0000 Subject: sim_client.c (main): Added better options parsing for more flexibility in calling this program. Worked around breakage in the Solaris Streams Sockets emulation where getsockname() can not be used to find out the address of a network interface. configure.in: If we are including both -lsocket and -lnsl, #define BROKEN_STREAMS_SOCKETS. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6791 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/simple/client/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/appl/simple/client/ChangeLog') diff --git a/src/appl/simple/client/ChangeLog b/src/appl/simple/client/ChangeLog index 321938a22..d13e231c7 100644 --- a/src/appl/simple/client/ChangeLog +++ b/src/appl/simple/client/ChangeLog @@ -1,3 +1,14 @@ +Fri Sep 15 04:59:30 1995 Theodore Y. Ts'o + + * sim_client.c (main): Added better options parsing for more + flexibility in calling this program. Worked around + breakage in the Solaris Streams Sockets emulation where + getsockname() can not be used to find out the address of + a network interface. + + * configure.in: If we are including both -lsocket and -lnsl, + #define BROKEN_STREAMS_SOCKETS. + Fri Jul 7 15:48:14 EDT 1995 Paul Park (pjpark@mit.edu) * Makefile.in - Remove all explicit library handling and LDFLAGS. -- cgit