Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2001 11:40:39 -0700 (PDT)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/rpc.lockd Makefile kern.c
Message-ID:  <200104251840.f3PIedq24637@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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" <jwd@bsdwins.com>
  Tested by: "John W. De Boskey" <jwd@bsdwins.com>
  
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104251840.f3PIedq24637>