summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-08 09:20:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-08 09:20:38 +0000
commitbd2fa0a582001e6fd31c404083f1a45f81d5c079 (patch)
treec19615b451232fdde1cb6f28d90bf9dae11c4c4b /cpukit/pppd/Makefile.am
parentInclude <sys/types.h>. (diff)
downloadrtems-bd2fa0a582001e6fd31c404083f1a45f81d5c079.tar.bz2
2005-05-08 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
Diffstat (limited to 'cpukit/pppd/Makefile.am')
-rw-r--r--cpukit/pppd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/pppd/Makefile.am b/cpukit/pppd/Makefile.am
index ee02c2c8e0..5c8e731a5c 100644
--- a/cpukit/pppd/Makefile.am
+++ b/cpukit/pppd/Makefile.am
@@ -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.