<com_err.h> => "com_err.h"
authorJohn Gilmore <gnu@toad.com>
Tue, 28 Feb 1995 09:33:32 +0000 (09:33 +0000)
committerJohn Gilmore <gnu@toad.com>
Tue, 28 Feb 1995 09:33:32 +0000 (09:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5016 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/generic/ChangeLog
src/lib/gssapi/generic/disp_com_err_status.c
src/lib/gssapi/krb5/ChangeLog
src/lib/gssapi/krb5/disp_status.c

index 4150c66ee144673ac2ed9eb2c76fdecffe72a8dd..2a8c9677e59655dc651a8dc137d444f0221a2f03 100644 (file)
@@ -1,6 +1,7 @@
 Tue Feb 28 00:25:58 1995  John Gilmore  (gnu at toad.com)
 
        * gssapi.h:  Avoid <krb5/...> includes.
+       * disp_com_err_status.c:  Use "com_err.h" not <com_err.h>.
 
 Mon Feb 20 18:50:33 1995 Keith Vetter (keithv@fusion.com)
 
index 627891275ad139017b0d51be73d0d5f72d5d3b5c..369c962f5b13edc3fd4bf1dd7ee07696a73ff760 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 #include "gssapiP_generic.h"
-#include <com_err.h>
+#include "com_err.h"
 
 /* XXXX internationalization!! */
 
index a5040b5a0000d2be51233bef9621a2fccad4f489..5bffc52fb867e978c53c6dde82e769a74b4e6029 100644 (file)
@@ -1,6 +1,7 @@
 Tue Feb 28 00:27:44 1995  John Gilmore  (gnu at toad.com)
 
        * gssapi_krb5.h, gssapiP_krb5.h: Avoid <krb5/...> includes.
+       * disp_status.c:  Avoid <com_err.h>, use "com_err.h".
 
 Mon Feb 20 19:53:9 1995 Keith Vetter (keithv@fusion.com)
 
index 952df190b64d75d742d4c96d4e77d000089b133a..38734f69fab990d2a07f75d832427db9274b0354 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 #include "gssapiP_krb5.h"
-#include <com_err.h>
+#include "com_err.h"
 
 /* XXXX internationalization!! */