diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-09-15 09:03:42 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-09-15 09:03:42 +0000 |
| commit | 81fa3c450617cd222d0bf22caabe7ab35ea36dfa (patch) | |
| tree | 00b5bae917e38d6bed9c09f691e242a295a6e9b7 /src/appl/simple/client/ChangeLog | |
| parent | dca7f60026e64d2c463f1a679eca9d87d533ab15 (diff) | |
| download | krb5-81fa3c450617cd222d0bf22caabe7ab35ea36dfa.tar.gz krb5-81fa3c450617cd222d0bf22caabe7ab35ea36dfa.tar.xz krb5-81fa3c450617cd222d0bf22caabe7ab35ea36dfa.zip | |
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
Diffstat (limited to 'src/appl/simple/client/ChangeLog')
| -rw-r--r-- | src/appl/simple/client/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
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 <tytso@dcl> + + * 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. |
