From owner-cvs-all Wed Apr 25 11:40:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DCB137B422; Wed, 25 Apr 2001 11:40:39 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3PIedq24637; Wed, 25 Apr 2001 11:40:39 -0700 (PDT) (envelope-from alfred) Message-Id: <200104251840.f3PIedq24637@freefall.freebsd.org> From: Alfred Perlstein Date: Wed, 25 Apr 2001 11:40:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rpc.lockd Makefile kern.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/04/25 11:40:39 PDT Modified files: usr.sbin/rpc.lockd Makefile kern.c Log: Fix compiling without -O, some dead code was using non-existant functions, make the code not automatically dead but actually use the debug level in order to determine if output is needed. Fix non-existant from_addr() by #define'ing it to inet_ntoa(). Remove hardcoded -g from Makefile. Reported by: "John W. De Boskey" Tested by: "John W. De Boskey" Revision Changes Path 1.13 +2 -2 src/usr.sbin/rpc.lockd/Makefile 1.3 +10 -6 src/usr.sbin/rpc.lockd/kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message