Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/if_ppp This also needs INET6!



details:   https://anonhg.NetBSD.org/src/rev/034957f56b6a
branches:  trunk
changeset: 826627:034957f56b6a
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Sep 17 20:37:17 2017 +0000

description:
This also needs INET6!
XXX: pullup-8

diffstat:

 sys/modules/if_ppp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e97c788b4c90 -r 034957f56b6a sys/modules/if_ppp/Makefile
--- a/sys/modules/if_ppp/Makefile       Sun Sep 17 17:36:06 2017 +0000
+++ b/sys/modules/if_ppp/Makefile       Sun Sep 17 20:37:17 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/08/06 06:06:54 christos Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/17 20:37:17 christos Exp $
 
 .include "../Makefile.inc"
 
@@ -8,7 +8,7 @@
 IOCONF=                ppp.ioconf
 SRCS=          if_ppp.c ppp_tty.c
 
-CPPFLAGS+=     -DINET
+CPPFLAGS+=     -DINET -DINET6
 CPPFLAGS+=     -DPPP_FILTER
 CPPFLAGS+=     -DPPP_DEFLATE
 CPPFLAGS+=     -DPPP_BSDCOMP



Home | Main Index | Thread Index | Old Index