Include "com_err.h" instead of <com_err.h>
authorKen Raeburn <raeburn@mit.edu>
Thu, 13 Jun 2002 01:31:32 +0000 (01:31 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 13 Jun 2002 01:31:32 +0000 (01:31 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14503 dc483132-0cff-0310-8789-dd5450dbe970

14 files changed:
src/util/pty/ChangeLog
src/util/pty/cleanup.c
src/util/pty/getpty.c
src/util/pty/init.c
src/util/pty/init_slave.c
src/util/pty/logwtmp.c
src/util/pty/open_ctty.c
src/util/pty/open_slave.c
src/util/pty/pty_paranoia.c
src/util/pty/sane_hostname.c
src/util/pty/update_utmp.c
src/util/pty/update_wtmp.c
src/util/pty/vhangup.c
src/util/pty/void_assoc.c

index 430e6a61272ed98446fc80071b0c6bdcea0daf5b..875fb7ce89c77c1620dded96f93fc8195c801708 100644 (file)
@@ -1,5 +1,10 @@
 2002-06-12  Ken Raeburn  <raeburn@mit.edu>
 
+       * cleanup.c, getpty.c, init.c, init_slave.c, logwtmp.c,
+       open_ctty.c, open_slave.c, pty_paranoia.c, sane_hostname.c,
+       update_utmp.c, update_wtmp.c, vhangup.c, void_assoc.c: Include
+       "com_err.h" instead of <com_err.h>.
+
        * pty-int.h: Don't include syslog.h.
 
 2002-05-24  Ken Raeburn  <raeburn@mit.edu>
index 87a77c1733fdfc40db208ba5b90a1a637380fdf5..650c2dc3a8c96bd3d6d19d6628c6c6c0b4d412fb 100644 (file)
@@ -20,7 +20,7 @@
  * 
  */
 
-#include <com_err.h>
+#include "com_err.h"
 #include "libpty.h"
 #include "pty-int.h"
 #ifdef HAVE_SYS_WAIT_H
index 0e86514b6767df52b35c61afb86b4b9399921de7..610a471e610a585d715a35c2fba7a49ea6b623b1 100644 (file)
@@ -20,7 +20,7 @@
  * 
  */
 
-#include <com_err.h>
+#include "com_err.h"
 #include "libpty.h"
 #include "pty-int.h"
 
index df3b2f8760a04834926db2b9b3e00380160f61e7..566f102781e1fa23b9b72e9ffaae3d3004b3ee0e 100644 (file)
@@ -22,7 +22,7 @@
  * 
  */
 
-#include <com_err.h>
+#include "com_err.h"
 #include "libpty.h"
 #include "pty-int.h"
 
index edfad5a48da4473df3863fa2ec5e5c512d621462..7a04aea7619a6786e9e5216a4d4ff905752ac7f0 100644 (file)
@@ -19,7 +19,7 @@
  * 
  */
 
-#include <com_err.h>
+#include "com_err.h"
 #include "libpty.h"
 #include "pty-int.h"
 
index 6cb69615791a093882fb24ffe89de46f3a766f00..21a35d3a9007d8a8c833df1fefc29a3665a10e54 100644 (file)
@@ -19,7 +19,7 @@
  * 
  */
 
-#include <com_err.h>
+#include "com_err.h"
 #include "libpty.h"
 #include "pty-int.h"
 
index 5e41d9531b5fa0d66ad00b78ff6795cdfc58a248..5a1730b31c453a4be397767e1ac0f0f8b6046567 100644 (file)
@@ -19,7 +19,7 @@
  * 
  */
 
-#include <com_err.h>
+#include "com_err.h"
 #include "libpty.h"
 #include "pty-int.h"
 
index cc52228b8cfc4991978d9f9fd8681b86f86fa18f..5bab6bc36caa860b6106ef3e3daa54d677d9fb5c 100644 (file)
@@ -21,7 +21,7 @@
  * 
  */
 
-#include <com_err.h>
+#include "com_err.h"
 #include "libpty.h"
 #include "pty-int.h"
 
index 7311e0834233e3b1529a4c28cf3f9d844cca2998..466a658885087e0984cf42b9060642f32da7e3db 100644 (file)
  * non-root.
  */
 
-#include <com_err.h>
+#include "com_err.h"
 #include "libpty.h"
 #include "pty-int.h"
 #include <sys/wait.h>
index 3df0d177638180481dc0a20d39d21907fcffb2da..8ef6de875495339b9a132ba58db3c393fba6426f 100644 (file)
@@ -20,7 +20,7 @@
  * express or implied warranty.
  * 
  */
-#include <com_err.h>
+#include "com_err.h"
 #include "pty-int.h"
 #include <sys/socket.h>
 #include "libpty.h"
index 72c41be4e92e4c58475ac51d63375a535d3447a8..004582650a64da33354c116a558657f3802bef5b 100644 (file)
  * username both in utmp and wtmp.
  */
 
-#include <com_err.h>
+#include "com_err.h"
 #include "libpty.h"
 #include "pty-int.h"
 
index b4b5cec9744647fec2d4185149df51046c0d9f5b..988bae61ac5ba04fef3a73fcd19b54bc486ca46a 100644 (file)
@@ -19,7 +19,7 @@
  * 
  */
 
-#include <com_err.h>
+#include "com_err.h"
 #include "libpty.h"
 #include "pty-int.h"
 
index fd6e04523f465e5de7da9ae8f13f83cf5437d480..91408c7a1d434a54a42bc340c21d05bf144f6b33 100644 (file)
@@ -20,7 +20,7 @@
  * 
  */
 
-#include <com_err.h>
+#include "com_err.h"
 #include "libpty.h"
 #include "pty-int.h"
 
index 4b7e26c5c80dacce0209cbfe49c4a424b32dc554..a39c9c7236880f1271e5d343f73169cb45e85d5f 100644 (file)
@@ -20,7 +20,7 @@
  * 
  */
 
-#include <com_err.h>
+#include "com_err.h"
 #include "libpty.h"
 #include "pty-int.h"