summaryrefslogtreecommitdiffstats
path: root/src/appl/mailquery/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-08-18 18:19:49 +0000
committerTheodore Tso <tytso@mit.edu>1994-08-18 18:19:49 +0000
commitf0b2ef019ed2c1e0bcaac33929ed109aaa1d96a6 (patch)
treebfe6ac2adeddba5a127a80ba0c2a888579835c22 /src/appl/mailquery/ChangeLog
parentc71a47962719b10589df89b4202eb7624d52f101 (diff)
Move usage() before main() to solve redeclaration error
Add #include <string.h> to fix compiler kvetching. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4179 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/mailquery/ChangeLog')
-rw-r--r--src/appl/mailquery/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/appl/mailquery/ChangeLog b/src/appl/mailquery/ChangeLog
index aa0e7864e..2ed382498 100644
--- a/src/appl/mailquery/ChangeLog
+++ b/src/appl/mailquery/ChangeLog
@@ -1,3 +1,10 @@
+Thu Aug 18 13:43:07 1994 Theodore Y. Ts'o (tytso at tsx-11)
+
+ * mailquery.c: Move usage() before main() to solve redeclaration
+ error.
+
+ * mailquery.c: Add #include <string.h> to fix compiler kvetching.
+
Tue Aug 9 16:45:53 1994 Tom Yu (tlyu@dragons-lair)
* poplib.c: fix stupid sterror bug