mirror of git://anongit.mindrot.org/openssh.git
- dugsong@cvs.openbsd.org 2001/06/26 17:41:49
[servconf.c] #include <kafs.h>
This commit is contained in:
parent
4cc240dabb
commit
eb7a84c49e
|
@ -73,6 +73,9 @@
|
||||||
tildexpand.h uidswap.h uuencode.h xmalloc.h]
|
tildexpand.h uidswap.h uuencode.h xmalloc.h]
|
||||||
remove comments from .h, since they are cut&paste from the .c files
|
remove comments from .h, since they are cut&paste from the .c files
|
||||||
and out of sync
|
and out of sync
|
||||||
|
- dugsong@cvs.openbsd.org 2001/06/26 17:41:49
|
||||||
|
[servconf.c]
|
||||||
|
#include <kafs.h>
|
||||||
|
|
||||||
20010629
|
20010629
|
||||||
- (bal) Removed net_aton() since we don't use it any more
|
- (bal) Removed net_aton() since we don't use it any more
|
||||||
|
@ -5900,4 +5903,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1360 2001/07/04 04:46:56 mouring Exp $
|
$Id: ChangeLog,v 1.1361 2001/07/04 04:48:36 mouring Exp $
|
||||||
|
|
|
@ -10,11 +10,14 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#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
|
#ifdef KRB4
|
||||||
#include <krb.h>
|
#include <krb.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef AFS
|
||||||
|
#include <kafs.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "ssh.h"
|
#include "ssh.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
|
Loading…
Reference in New Issue