don't convert CurrentLA to float just for printing
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 2 Jan 1993 05:08:49 +0000 (21:08 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 2 Jan 1993 05:08:49 +0000 (21:08 -0800)
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 6.2

usr/src/usr.sbin/sendmail/src/daemon.c

index b1cb3eb..44f5d8c 100644 (file)
@@ -12,9 +12,9 @@
 
 #ifndef lint
 #ifdef DAEMON
 
 #ifndef lint
 #ifdef DAEMON
-static char sccsid[] = "@(#)daemon.c   6.1 (Berkeley) %G% (with daemon mode)";
+static char sccsid[] = "@(#)daemon.c   6.2 (Berkeley) %G% (with daemon mode)";
 #else
 #else
-static char sccsid[] = "@(#)daemon.c   6.1 (Berkeley) %G% (without daemon mode)";
+static char sccsid[] = "@(#)daemon.c   6.2 (Berkeley) %G% (without daemon mode)";
 #endif
 #endif /* not lint */
 
 #endif
 #endif /* not lint */