more kerberos5 fixes

This commit is contained in:
christos 1999-08-25 20:07:33 +00:00
parent f5241efcfa
commit cee9ac24ad
3 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: conf.c,v 1.20 1999/05/18 08:14:17 lukem Exp $ */
/* $NetBSD: conf.c,v 1.21 1999/08/25 20:07:33 christos Exp $ */
/*-
* Copyright (c) 1997, 1999 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: conf.c,v 1.20 1999/05/18 08:14:17 lukem Exp $");
__RCSID("$NetBSD: conf.c,v 1.21 1999/08/25 20:07:33 christos Exp $");
#endif /* not lint */
#include <sys/types.h>
@ -56,7 +56,7 @@ __RCSID("$NetBSD: conf.c,v 1.20 1999/05/18 08:14:17 lukem Exp $");
#include <syslog.h>
#ifdef KERBEROS5
#include <krb5.h>
#include <krb5/krb5.h>
#endif
#include "extern.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: logwtmp.c,v 1.11 1999/02/24 16:45:13 explorer Exp $ */
/* $NetBSD: logwtmp.c,v 1.12 1999/08/25 20:07:33 christos Exp $ */
/*
* Copyright (c) 1988, 1993
@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: logwtmp.c,v 1.11 1999/02/24 16:45:13 explorer Exp $");
__RCSID("$NetBSD: logwtmp.c,v 1.12 1999/08/25 20:07:33 christos Exp $");
#endif
#endif /* not lint */
@ -57,7 +57,7 @@ __RCSID("$NetBSD: logwtmp.c,v 1.11 1999/02/24 16:45:13 explorer Exp $");
#include <utmp.h>
#ifdef KERBEROS5
#include <krb5.h>
#include <krb5/krb5.h>
#endif
#include "extern.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: popen.c,v 1.15 1999/05/18 08:14:18 lukem Exp $ */
/* $NetBSD: popen.c,v 1.16 1999/08/25 20:07:33 christos Exp $ */
/*
* Copyright (c) 1988, 1993, 1994
@ -42,7 +42,7 @@
#if 0
static char sccsid[] = "@(#)popen.c 8.3 (Berkeley) 4/6/94";
#else
__RCSID("$NetBSD: popen.c,v 1.15 1999/05/18 08:14:18 lukem Exp $");
__RCSID("$NetBSD: popen.c,v 1.16 1999/08/25 20:07:33 christos Exp $");
#endif
#endif /* not lint */
@ -59,7 +59,7 @@ __RCSID("$NetBSD: popen.c,v 1.15 1999/05/18 08:14:18 lukem Exp $");
#include <unistd.h>
#ifdef KERBEROS5
#include <krb5.h>
#include <krb5/krb5.h>
#endif
#include "extern.h"