* admin.h:
authorTom Yu <tlyu@mit.edu>
Sat, 14 Feb 1998 02:34:11 +0000 (02:34 +0000)
committerTom Yu <tlyu@mit.edu>
Sat, 14 Feb 1998 02:34:11 +0000 (02:34 +0000)
* kadm_rpc.h:
* kadm_rpc_xdr.c: Update header locations.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10452 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/kadm5/ChangeLog
src/lib/kadm5/adb.h
src/lib/kadm5/admin.h
src/lib/kadm5/kadm_rpc.h
src/lib/kadm5/kadm_rpc_xdr.c

index 163518ad70219cf46898afe5d11e0c5d34a61fee..1aa932eff64b8ed5b5f26dece6e24111a0f1ef45 100644 (file)
@@ -1,3 +1,9 @@
+Fri Feb 13 21:33:27 1998  Tom Yu  <tlyu@mit.edu>
+
+       * admin.h:
+       * kadm_rpc.h:
+       * kadm_rpc_xdr.c: Update header locations.
+
 Mon Feb  2 17:02:29 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile
index b73553575a6f5a75d68c586e31501f429742febe..ce0d600b2bda72c56d7773801442b19c4a2f215a 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef __ADB_H__
 #define __ADB_H__
 #include <sys/types.h>
-#include <rpc/types.h>
+#include <gssrpc/types.h>
 #include "k5-int.h"
 #include <krb5/kdb.h>
 #include <db.h>
index 597ca0eb779b0e92bc6d70f9f31880d57daf84e0..f4516be8e0afa51218581f125ab93ccb541e7e6c 100644 (file)
@@ -12,7 +12,7 @@
 #endif
      
 #include       <sys/types.h>
-#include       <rpc/rpc.h>
+#include       <gssrpc/rpc.h>
 #include       <krb5.h>
 #include       <k5-int.h>
 #include       <com_err.h>
index 1cd86f1866149c20112d6bf8af32ad5be42f7b5b..468e072b244727c6185cd3e033ab12a42cbc95db 100644 (file)
@@ -1,4 +1,4 @@
-#include <rpc/types.h>
+#include <gssrpc/types.h>
 
 #include       <krb5.h>
 #include       <kadm5/admin.h>
index 4b7f7b4ce880627a6bc64ac0639e3ce47c0ba5b9..63be6a0924eed1c920b9f9f7f6456d07ae7aab29 100644 (file)
@@ -1,14 +1,8 @@
 /*
  * Copyright 1993 OpenVision Technologies, Inc., All Rights Reserved
- *
- * $Header$
  */
 
-#if !defined(lint) && !defined(__CODECENTER__)
-static char *rcsid = "$Header$";
-#endif
-
-#include <rpc/rpc.h>
+#include <gssrpc/rpc.h>
 #include <krb5.h>
 #include <k5-int.h>
 #include <kadm5/admin.h>