summaryrefslogtreecommitdiffstats
path: root/src/appl/sample/sclient
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/sample/sclient')
-rw-r--r--src/appl/sample/sclient/ChangeLog4
-rw-r--r--src/appl/sample/sclient/sclient.c6
2 files changed, 6 insertions, 4 deletions
diff --git a/src/appl/sample/sclient/ChangeLog b/src/appl/sample/sclient/ChangeLog
index 48dcd45e8..5be255ce5 100644
--- a/src/appl/sample/sclient/ChangeLog
+++ b/src/appl/sample/sclient/ChangeLog
@@ -1,3 +1,7 @@
+Tue Feb 28 01:58:39 1995 John Gilmore (gnu at toad.com)
+
+ * sclient.c: Avoid <krb5/...> and <com_err.h> includes.
+
Tue Feb 14 15:30:55 1995 Chris Provenzano (proven@mit.edu)
* kadmin.c Call krb5_sendauth() with new calling convention.
diff --git a/src/appl/sample/sclient/sclient.c b/src/appl/sample/sclient/sclient.c
index fe31d9fb9..ec4c5a130 100644
--- a/src/appl/sample/sclient/sclient.c
+++ b/src/appl/sample/sclient/sclient.c
@@ -26,13 +26,11 @@
* Usage: sample_client hostname
*/
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
+#include "krb5.h"
+#include "com_err.h"
#include <stdio.h>
#include <ctype.h>
-#include <com_err.h>
#include <sys/types.h>
#include <sys/socket.h>