From 8b515bb629a4bee936b6a885b2364d12e5a2367f Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Mon, 5 Feb 2001 09:46:50 +0000 Subject: [PATCH] please alpha --- src/lib/libutil/login.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib/libutil/login.c b/src/lib/libutil/login.c index e0555ee0..ae76b8a2 100644 --- a/src/lib/libutil/login.c +++ b/src/lib/libutil/login.c @@ -1,4 +1,4 @@ -/* $OpenBSD: login.c,v 1.5 1998/07/13 02:11:12 millert Exp $ */ +/* $OpenBSD: login.c,v 1.6 2001/02/05 09:46:50 deraadt Exp $ */ /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -34,7 +34,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /* from: static char sccsid[] = "@(#)login.c 8.1 (Berkeley) 6/4/93"; */ -static char *rcsid = "$Id: login.c,v 1.5 1998/07/13 02:11:12 millert Exp $"; +static char *rcsid = "$Id: login.c,v 1.6 2001/02/05 09:46:50 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #include @@ -44,6 +44,7 @@ static char *rcsid = "$Id: login.c,v 1.5 1998/07/13 02:11:12 millert Exp $"; #include #include #include +#include #include "util.h"