summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>