]> git.ozlabs.org Git - ppp.git/commit - pppd/pppd.h
The use of <net/ppp_defs.h> isn't guranteed to exist on Linux (e.g. uclibc, buildroot...
authorEivind Næss <eivnaes@yahoo.com>
Tue, 31 May 2022 03:50:55 +0000 (20:50 -0700)
committerEivind Næss <eivnaes@yahoo.com>
Fri, 15 Jul 2022 22:25:39 +0000 (15:25 -0700)
commit509f04959ad891d7f981f035ed461d51bd1f74b0
tree21ec7dd22b49fff63dd92f56793224e871627f69
parent0ef528de9025051a4ab82e73ffd013edf2d6e4c5
The use of <net/ppp_defs.h> isn't guranteed to exist on Linux (e.g. uclibc, buildroot, others)

The one provided by glibc simply includes <linux/ppp_defs.h>. This include is still needed on SunOS

Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
pppd/ccp.c
pppd/chap_ms.c
pppd/peap.c
pppd/pppd.h
pppd/sha1.c
pppdump/bsd-comp.c
pppdump/deflate.c
pppdump/ppp-comp.h
pppdump/pppdump.c