summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-09-25 21:44:04 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-09-25 21:44:04 +0000
commit493759f2785b80096e285629ed76e42ee7259c6c (patch)
tree7b92b140ca11d6c826e59954890e001dda7be8d5 /libexec
parent2b6a46c98a55f5919879cac49e40af6ce2bd5661 (diff)
Fix typo in revision 1.29; deraadt@ OK
Diffstat (limited to 'libexec')
-rw-r--r--libexec/comsat/comsat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c
index 47081aea1c7..a935a6b031a 100644
--- a/libexec/comsat/comsat.c
+++ b/libexec/comsat/comsat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: comsat.c,v 1.29 2003/09/24 20:38:14 deraadt Exp $ */
+/* $OpenBSD: comsat.c,v 1.30 2003/09/25 21:44:03 millert Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -37,7 +37,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)comsat.c 8.1 (Berkeley) 6/4/93";*/
-static char rcsid[] = "$OpenBSD: comsat.c,v 1.29 2003/09/24 20:38:14 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: comsat.c,v 1.30 2003/09/25 21:44:03 millert Exp $";
#endif /* not lint */
#include <sys/limits.h>
@@ -196,7 +196,7 @@ doreadutmp(void)
syslog(LOG_ERR, "%s", strerror(errno));
exit(1);
}
- u = utmp;
+ utmp = u;
utmpsize = nutmpsize;
}
(void)lseek(uf, (off_t)0, SEEK_SET);