diff options
Diffstat (limited to 'usr.sbin/sendmail/src/clock.c')
-rw-r--r-- | usr.sbin/sendmail/src/clock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sendmail/src/clock.c b/usr.sbin/sendmail/src/clock.c index 1490137..39862f1 100644 --- a/usr.sbin/sendmail/src/clock.c +++ b/usr.sbin/sendmail/src/clock.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1983, 1995 Eric P. Allman + * Copyright (c) 1983, 1995, 1996 Eric P. Allman * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * @@ -33,7 +33,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)clock.c 8.12 (Berkeley) 5/23/95"; +static char sccsid[] = "@(#)clock.c 8.13 (Berkeley) 2/21/96"; #endif /* not lint */ # include "sendmail.h" |