summaryrefslogtreecommitdiffstats
path: root/src/util/ss/ChangeLog
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2000-07-03 15:02:45 +0000
committerEzra Peisach <epeisach@mit.edu>2000-07-03 15:02:45 +0000
commitb274f52bbf1865eb546a4d1c27e5b6776b9cc73e (patch)
tree67c01c490a3edb77a8b1468f21198e28ecc63f01 /src/util/ss/ChangeLog
parent207cf12298ce60a2225fb860b1191e581d287552 (diff)
downloadkrb5-b274f52bbf1865eb546a4d1c27e5b6776b9cc73e.tar.gz
krb5-b274f52bbf1865eb546a4d1c27e5b6776b9cc73e.tar.xz
krb5-b274f52bbf1865eb546a4d1c27e5b6776b9cc73e.zip
* test_ss.c (main): Change usage of ss_listen to agree with
prototype. * ss.h: Add prototype for ss_listen() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12522 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/ss/ChangeLog')
-rw-r--r--src/util/ss/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/util/ss/ChangeLog b/src/util/ss/ChangeLog
index 475549aaf8..6118dff599 100644
--- a/src/util/ss/ChangeLog
+++ b/src/util/ss/ChangeLog
@@ -1,3 +1,10 @@
+2000-07-03 Ezra Peisach <epeisach@mit.edu>
+
+ * test_ss.c (main): Change usage of ss_listen to agree with
+ prototype.
+
+ * ss.h: Add prototype for ss_listen()
+
2000-05-01 Nalin Dahyabhai <nalin@redhat.com>
* help.c (ss_help): Don't overflow buffers "buffer" or "buf".