Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/login Move include/kerberosIV/com_err.h to include/c...
details: https://anonhg.NetBSD.org/src/rev/816fe46eb3bc
branches: trunk
changeset: 482093:816fe46eb3bc
user: aidan <aidan%NetBSD.org@localhost>
date: Mon Feb 14 03:21:02 2000 +0000
description:
Move include/kerberosIV/com_err.h to include/com_err.h.
diffstat:
usr.bin/login/login.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 64246bbe83e0 -r 816fe46eb3bc usr.bin/login/login.c
--- a/usr.bin/login/login.c Mon Feb 14 03:17:43 2000 +0000
+++ b/usr.bin/login/login.c Mon Feb 14 03:21:02 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: login.c,v 1.53 2000/02/04 02:17:14 mjl Exp $ */
+/* $NetBSD: login.c,v 1.54 2000/02/14 03:21:02 aidan Exp $ */
/*-
* Copyright (c) 1980, 1987, 1988, 1991, 1993, 1994
@@ -44,7 +44,7 @@
#if 0
static char sccsid[] = "@(#)login.c 8.4 (Berkeley) 4/2/94";
#endif
-__RCSID("$NetBSD: login.c,v 1.53 2000/02/04 02:17:14 mjl Exp $");
+__RCSID("$NetBSD: login.c,v 1.54 2000/02/14 03:21:02 aidan Exp $");
#endif /* not lint */
/*
@@ -81,7 +81,7 @@
#endif
#ifdef KERBEROS5
#include <krb5/krb5.h>
-#include <kerberosIV/com_err.h>
+#include <com_err.h>
#endif
#ifdef LOGIN_CAP
#include <login_cap.h>
Home |
Main Index |
Thread Index |
Old Index