Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/inetd __ss_{len, family} #define hack is no longer n...



details:   https://anonhg.NetBSD.org/src/rev/d663e288482e
branches:  trunk
changeset: 517769:d663e288482e
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon Nov 19 03:18:28 2001 +0000

description:
__ss_{len,family} #define hack is no longer necessary

diffstat:

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

diffs (20 lines):

diff -r 677a33328c88 -r d663e288482e usr.sbin/inetd/Makefile
--- a/usr.sbin/inetd/Makefile   Mon Nov 19 02:57:16 2001 +0000
+++ b/usr.sbin/inetd/Makefile   Mon Nov 19 03:18:28 2001 +0000
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      8.1 (Berkeley) 6/6/93
-#      $NetBSD: Makefile,v 1.18 2001/09/13 13:02:20 itojun Exp $
+#      $NetBSD: Makefile,v 1.19 2001/11/19 03:18:28 itojun Exp $
 
 PROG=  inetd
 SRCS=  inetd.c
@@ -12,9 +12,6 @@
 LDADD+= -lwrap -lutil
 DPADD+= ${LIBWRAP} ${LIBUTIL}
 
-# This is necessary due to be friendly with past RFC2553 API changes...
-CPPFLAGS+=-Dss_family=__ss_family -Dss_len=__ss_len
-
 CPPFLAGS+=-DIPSEC
 SRCS+= ipsec.c
 LDADD+= -lipsec



Home | Main Index | Thread Index | Old Index