Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/rump/net/lib/libpppoe if_spppsubr.c is now req...



details:   https://anonhg.NetBSD.org/src/rev/95b532da38ce
branches:  pgoyette-compat
changeset: 830615:95b532da38ce
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Sep 05 09:53:57 2018 +0000

description:
if_spppsubr.c is now required, since it was split out from if_pppoe.c

diffstat:

 sys/rump/net/lib/libpppoe/Makefile |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f8951ada87ba -r 95b532da38ce sys/rump/net/lib/libpppoe/Makefile
--- a/sys/rump/net/lib/libpppoe/Makefile        Wed Sep 05 09:42:57 2018 +0000
+++ b/sys/rump/net/lib/libpppoe/Makefile        Wed Sep 05 09:53:57 2018 +0000
@@ -5,7 +5,7 @@
 COMPONENT= PPP over Ethernet protocol network interface
 
 IOCONF=        PPPOE.ioconf
-SRCS=  if_pppoe.c
+SRCS=  if_pppoe.c if_spppsubr.c
 
 SRCS+= pppoe_component.c
 



Home | Main Index | Thread Index | Old Index