Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/inetd Remove RPC define



details:   https://anonhg.NetBSD.org/src/rev/70d2f95ec90a
branches:  trunk
changeset: 368880:70d2f95ec90a
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Aug 10 08:38:43 2022 +0000

description:
Remove RPC define

diffstat:

 usr.sbin/inetd/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r be94fd4a7dcd -r 70d2f95ec90a usr.sbin/inetd/Makefile
--- a/usr.sbin/inetd/Makefile   Wed Aug 10 08:37:53 2022 +0000
+++ b/usr.sbin/inetd/Makefile   Wed Aug 10 08:38:43 2022 +0000
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      8.1 (Berkeley) 6/6/93
-#      $NetBSD: Makefile,v 1.31 2022/08/10 03:35:38 dholland Exp $
+#      $NetBSD: Makefile,v 1.32 2022/08/10 08:38:43 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -15,9 +15,6 @@
 # Enables debug printouts when in debug mode
 CPPFLAGS+=-DDEBUG_ENABLE
 
-# Enables SunRPC support
-CPPFLAGS+=-DRPC
-
 CPPFLAGS+=-DLIBWRAP
 # Use LIBWRAP_INTERNAL for libwrap checking of inetd's `internal' services.
 #CPPFLAGS+=-DLIBWRAP_INTERNAL



Home | Main Index | Thread Index | Old Index