From owner-cvs-usrsbin Sun Nov 17 23:14:03 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA17564 for cvs-usrsbin-outgoing; Sun, 17 Nov 1996 23:14:03 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA17543; Sun, 17 Nov 1996 23:13:01 -0800 (PST) Date: Sun, 17 Nov 1996 23:13:01 -0800 (PST) From: Peter Wemm Message-Id: <199611180713.XAA17543@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/src main.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/11/17 23:12:58 Branch: usr.sbin/sendmail/src RELENG_2_1_0 Modified: usr.sbin/sendmail/src main.c Log: fix my previous commit here.. I broke the branch compile with a linker error due to an undefined function that exists in 8.8 but not 8.7. Pointed out by: rgrimes Revision Changes Path 1.2.4.4 +2 -3 src/usr.sbin/sendmail/src/main.c