diff options
| author | Marc G. Fournier <scrappy@FreeBSD.org> | 1996-10-22 05:13:42 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1996-10-22 05:13:42 +0000 |
| commit | 8c78c8f41c503e7c63a1f00d3da6eee7f27386a5 (patch) | |
| tree | afb5f07b0132746a625cbdb390598206545792ff /usr.sbin/timed | |
| parent | ebcf24fb2bf82a3d2b09728e298515fceaed4478 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/timed')
| -rw-r--r-- | usr.sbin/timed/timed/master.c | 4 | ||||
| -rw-r--r-- | usr.sbin/timed/timed/slave.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/timed/timed/master.c b/usr.sbin/timed/timed/master.c index 3397173eadab..1de737da8d3b 100644 --- a/usr.sbin/timed/timed/master.c +++ b/usr.sbin/timed/timed/master.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)master.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #ifdef sgi -#ident "$Revision: 1.21 $" +#ident "$Revision: 1.1.1.1 $" #endif #include "globals.h" @@ -390,7 +390,7 @@ mchgdate(msg) #else logwtmp("|", "date", ""); (void)settimeofday(&msg->tsp_time, 0); - logwtmp("}", "date", ""); + logwtmp("{", "date", ""); #endif /* sgi */ spreadtime(); } diff --git a/usr.sbin/timed/timed/slave.c b/usr.sbin/timed/timed/slave.c index 3bb6d85aff72..7c71d7ab4985 100644 --- a/usr.sbin/timed/timed/slave.c +++ b/usr.sbin/timed/timed/slave.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)slave.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #ifdef sgi -#ident "$Revision: 1.20 $" +#ident "$Revision: 1.1.1.1 $" #endif #include "globals.h" @@ -294,7 +294,7 @@ loop: #else logwtmp("|", "date", ""); (void)settimeofday(&msg->tsp_time, 0); - logwtmp("}", "date", ""); + logwtmp("{", "date", ""); #endif /* sgi */ syslog(LOG_NOTICE, "date changed by %s from %s", |
