diff options
| author | elric <elric@NetBSD.org> | 2011-04-24 21:18:24 +0000 |
|---|---|---|
| committer | elric <elric@NetBSD.org> | 2011-04-24 21:18:24 +0000 |
| commit | 8a1f6f538eb307e83b89c6d59bdb5bdc811b4858 (patch) | |
| tree | 08961111a25eb9750c93fd506e02a689b00bc84f /libexec | |
| parent | 0e3b6377e38fb11406fc8d84c33b5d7041185d87 (diff) | |
#include <com_err.h> -> #include <krb5/com_err.h>.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/telnetd/telnetd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/telnetd/telnetd.c b/libexec/telnetd/telnetd.c index 0ad12ecddd1..2c0a032692f 100644 --- a/libexec/telnetd/telnetd.c +++ b/libexec/telnetd/telnetd.c @@ -1,4 +1,4 @@ -/* $NetBSD: telnetd.c,v 1.51 2008/07/20 01:09:07 lukem Exp $ */ +/* $NetBSD: telnetd.c,v 1.52 2011/04/24 21:18:24 elric Exp $ */ /* * Copyright (C) 1997 and 1998 WIDE Project. @@ -65,7 +65,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\ #if 0 static char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95"; #else -__RCSID("$NetBSD: telnetd.c,v 1.51 2008/07/20 01:09:07 lukem Exp $"); +__RCSID("$NetBSD: telnetd.c,v 1.52 2011/04/24 21:18:24 elric Exp $"); #endif #endif /* not lint */ @@ -83,7 +83,7 @@ __RCSID("$NetBSD: telnetd.c,v 1.51 2008/07/20 01:09:07 lukem Exp $"); #define Authenticator k5_Authenticator #include <krb5.h> #undef Authenticator -#include <com_err.h> +#include <krb5/com_err.h> #endif #ifdef AUTHENTICATION |
