summaryrefslogtreecommitdiffstats
path: root/src/util/pty
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-06-12 20:21:58 +0000
committerKen Raeburn <raeburn@mit.edu>2002-06-12 20:21:58 +0000
commitdf356d030624b3a73829325dec1750f86e142487 (patch)
tree509eca3c247dfd58b4f7c92ec9aa67d04c76f0a2 /src/util/pty
parent3b06c02aa2b296662a16e122dcf6b1378a8d80a6 (diff)
downloadkrb5-df356d030624b3a73829325dec1750f86e142487.tar.gz
krb5-df356d030624b3a73829325dec1750f86e142487.tar.xz
krb5-df356d030624b3a73829325dec1750f86e142487.zip
* pty-int.h: Don't include syslog.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14501 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/pty')
-rw-r--r--src/util/pty/ChangeLog4
-rw-r--r--src/util/pty/pty-int.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog
index de9929ce2c..430e6a6127 100644
--- a/src/util/pty/ChangeLog
+++ b/src/util/pty/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-12 Ken Raeburn <raeburn@mit.edu>
+
+ * pty-int.h: Don't include syslog.h.
+
2002-05-24 Ken Raeburn <raeburn@mit.edu>
* sane_hostname.c (pty_make_sane_hostname): Always initialize
diff --git a/src/util/pty/pty-int.h b/src/util/pty/pty-int.h
index 62798bc4bc..f04b5a2308 100644
--- a/src/util/pty/pty-int.h
+++ b/src/util/pty/pty-int.h
@@ -66,7 +66,6 @@
#endif
#include <netdb.h>
-#include <syslog.h>
#include <string.h>
#include <sys/param.h>