Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/rpcbind Revert accidently committed enabling WARMST...



details:   https://anonhg.NetBSD.org/src/rev/e8c777fa2bd0
branches:  trunk
changeset: 826139:e8c777fa2bd0
user:      ginsbach <ginsbach%NetBSD.org@localhost>
date:      Thu Aug 17 00:06:00 2017 +0000

description:
Revert accidently committed enabling WARMSTART.

diffstat:

 usr.sbin/rpcbind/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r d16ee1b97aaa -r e8c777fa2bd0 usr.sbin/rpcbind/Makefile
--- a/usr.sbin/rpcbind/Makefile Wed Aug 16 23:38:16 2017 +0000
+++ b/usr.sbin/rpcbind/Makefile Thu Aug 17 00:06:00 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2017/08/16 23:38:16 ginsbach Exp $
+#      $NetBSD: Makefile,v 1.14 2017/08/17 00:06:00 ginsbach Exp $
 
 .include <bsd.own.mk>
 
@@ -21,7 +21,6 @@
 # Uncomment these to get any useful output from 'rpcbind -d'
 # CPPFLAGS+=   -DRPCBIND_DEBUG
 # CPPFLAGS+=   -DSVC_RUN_DEBUG
-CPPFLAGS+= -DWARMSTART
 
 LDADD+= -lwrap -lutil
 DPADD+= ${LIBWRAP} ${LIBUTIL}



Home | Main Index | Thread Index | Old Index