From 283e200aea203b255120a3001567fa206ed03fb7 Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Fri, 27 Aug 1993 17:42:57 -0800 Subject: [PATCH] htons(port) if integer port is given SCCS-vsn: usr.sbin/sendmail/src/daemon.c 8.11 --- usr/src/usr.sbin/sendmail/src/daemon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/src/daemon.c b/usr/src/usr.sbin/sendmail/src/daemon.c index 040ad30cc0..b92405aef8 100644 --- a/usr/src/usr.sbin/sendmail/src/daemon.c +++ b/usr/src/usr.sbin/sendmail/src/daemon.c @@ -12,9 +12,9 @@ #ifndef lint #ifdef DAEMON -static char sccsid[] = "@(#)daemon.c 8.10 (Berkeley) %G% (with daemon mode)"; +static char sccsid[] = "@(#)daemon.c 8.11 (Berkeley) %G% (with daemon mode)"; #else -static char sccsid[] = "@(#)daemon.c 8.10 (Berkeley) %G% (without daemon mode)"; +static char sccsid[] = "@(#)daemon.c 8.11 (Berkeley) %G% (without daemon mode)"; #endif #endif /* not lint */ -- 2.20.1