diff options
| author | christos <christos@NetBSD.org> | 2004-07-10 04:00:09 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2004-07-10 04:00:09 +0000 |
| commit | f61a35eaafa64c01e7c765c53a1390c61e520cdd (patch) | |
| tree | 5ae1a0a855dc4b93df7b8fafd0663a2416414fd4 /libexec/comsat | |
| parent | 0b477c489fae138d229ab0b0ce08381edbd8aada (diff) | |
stat the right file.
Diffstat (limited to 'libexec/comsat')
| -rw-r--r-- | libexec/comsat/comsat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c index 08423a70821..cd7f6f961e0 100644 --- a/libexec/comsat/comsat.c +++ b/libexec/comsat/comsat.c @@ -1,4 +1,4 @@ -/* $NetBSD: comsat.c,v 1.28 2004/07/10 00:00:58 enami Exp $ */ +/* $NetBSD: comsat.c,v 1.29 2004/07/10 04:00:09 christos Exp $ */ /* * Copyright (c) 1980, 1993 @@ -36,7 +36,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ #if 0 static char sccsid[] = "from: @(#)comsat.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: comsat.c,v 1.28 2004/07/10 00:00:58 enami Exp $"); +__RCSID("$NetBSD: comsat.c,v 1.29 2004/07/10 04:00:09 christos Exp $"); #endif #endif /* not lint */ @@ -186,7 +186,7 @@ onalrm(int signo) newtime = statbf.st_mtime; #endif #ifdef SUPPORT_UTMPX - if (stat(_PATH_UTMP, &statbf) != -1) + if (stat(_PATH_UTMPX, &statbf) != -1) if (statbf.st_mtime > newtime) newtime = statbf.st_mtime; #endif |
