* pty-int.h: Don't include syslog.h
authorKen Raeburn <raeburn@mit.edu>
Wed, 12 Jun 2002 20:21:58 +0000 (20:21 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 12 Jun 2002 20:21:58 +0000 (20:21 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14501 dc483132-0cff-0310-8789-dd5450dbe970

src/util/pty/ChangeLog
src/util/pty/pty-int.h

index de9929ce2c000be47fa72bc7b25544dcef8ffec7..430e6a61272ed98446fc80071b0c6bdcea0daf5b 100644 (file)
@@ -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
index 62798bc4bccf11a20bde800af48463ca75de5ae2..f04b5a2308c48b2d1782534809320177126c72d8 100644 (file)
@@ -66,7 +66,6 @@
 #endif
      
 #include <netdb.h>
-#include <syslog.h>
 #include <string.h>
 #include <sys/param.h>