]> andersk Git - openssh.git/commitdiff
- dugsong@cvs.openbsd.org 2001/06/26 17:41:49
authormouring <mouring>
Wed, 4 Jul 2001 04:48:36 +0000 (04:48 +0000)
committermouring <mouring>
Wed, 4 Jul 2001 04:48:36 +0000 (04:48 +0000)
     [servconf.c]
     #include <kafs.h>

ChangeLog
servconf.c

index 610a10e946aafb26ede463f87cf31c59c0f35dc6..96aeef348ab753624afb8ef1d358e59ee129a25c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -73,6 +73,9 @@
       tildexpand.h uidswap.h uuencode.h xmalloc.h]
      remove comments from .h, since they are cut&paste from the .c files
      and out of sync
+   - dugsong@cvs.openbsd.org 2001/06/26 17:41:49
+     [servconf.c]
+     #include <kafs.h>
  
 20010629
  - (bal) Removed net_aton() since we don't use it any more
index 7dbf31834b1214fba6b8d9190523470bb726461e..9d5b54f3e03fd2c6674ad5413d33f453fffeacd3 100644 (file)
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: servconf.c,v 1.85 2001/06/26 16:15:24 dugsong Exp $");
+RCSID("$OpenBSD: servconf.c,v 1.86 2001/06/26 17:41:49 dugsong Exp $");
 
 #ifdef KRB4
 #include <krb.h>
 #endif
+#ifdef AFS
+#include <kafs.h>
+#endif
 
 #include "ssh.h"
 #include "log.h"
This page took 0.051698 seconds and 5 git commands to generate.