2005-05-08 Ralf Corsepius <ralf.corsepius@rtems.org>

* libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
This commit is contained in:
Ralf Corsepius
2005-05-08 09:20:38 +00:00
parent ec3e093566
commit bd2fa0a582
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2005-05-08 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>
* libchip/network/open_eth.c, libchip/serial/mc68681.c,

View File

@@ -14,7 +14,7 @@ libpppd_a_SOURCES = auth.c ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h \
chat.c demand.c fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h magic.c magic.h \
options.c upap.c upap.h md4.c md4.h md5.c md5.h utils.c sys-rtems.c \
rtemsmain.c rtemspppd.c pppd.h patchlevel.h pathnames.h
libpppd_a_CPPFLAGS = $(AM_CPPFLAGS)
libpppd_a_CPPFLAGS = $(AM_CPPFLAGS) -D__BSD_VISIBLE
endif
# FIXME: Move sources to libpppd_a_SOURCES, remove other files.