summaryrefslogtreecommitdiffstats
path: root/usr.bin/login
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-04-30 16:50:07 +0000
committerpeter <peter@FreeBSD.org>1998-04-30 16:50:07 +0000
commit4535454511f2a4475a5280e7ad0ae327a20b1917 (patch)
tree3aaff0be5aa5fb9f28dcb852d020b3aa62e1095d /usr.bin/login
parent0534b5c829f8d2b45b80f266517b4322ad3ead03 (diff)
downloadFreeBSD-src-4535454511f2a4475a5280e7ad0ae327a20b1917.zip
FreeBSD-src-4535454511f2a4475a5280e7ad0ae327a20b1917.tar.gz
*blush*, typo during last minute editing..
Diffstat (limited to 'usr.bin/login')
-rw-r--r--usr.bin/login/login.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c
index d94513a..17137f0 100644
--- a/usr.bin/login/login.c
+++ b/usr.bin/login/login.c
@@ -42,7 +42,7 @@ static char copyright[] =
static char sccsid[] = "@(#)login.c 8.4 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
- "$Id: login.c,v 1.32 1998/02/13 21:02:53 ache Exp $";
+ "$Id: login.c,v 1.33 1998/04/30 16:48:20 peter Exp $";
#endif /* not lint */
/*
@@ -157,7 +157,7 @@ main(argc, argv)
int ask, ch, cnt, fflag, hflag, pflag, quietlog, rootlogin, rval;
int changepass;
time_t warntime;
- uid_t uid, eiud;
+ uid_t uid, euid;
char *domain, *p, *ep, *salt, *ttyn;
char tbuf[MAXPATHLEN + 2], tname[sizeof(_PATH_TTY) + 10];
char localhost[MAXHOSTNAMELEN];
OpenPOWER on IntegriCloud