diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-05 09:46:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-05 09:46:51 +0000 |
commit | 816369f486672e86393e123fc730a0123727c518 (patch) | |
tree | 181c89127e34fa7a523c4621df401a6b93bc7158 | |
parent | f64e21592c3dcb56ec624e2db0f3c0f9bd90a235 (diff) |
please alpha
-rw-r--r-- | lib/libutil/login.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libutil/login.c b/lib/libutil/login.c index e0555ee0ae4..ae76b8a25bd 100644 --- a/lib/libutil/login.c +++ b/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 <sys/types.h> @@ -44,6 +44,7 @@ static char *rcsid = "$Id: login.c,v 1.5 1998/07/13 02:11:12 millert Exp $"; #include <stdlib.h> #include <utmp.h> #include <stdio.h> +#include <string.h> #include "util.h" |