From: Paul Mackerras Date: Wed, 28 Aug 1996 06:37:53 +0000 (+0000) Subject: add -D__BSD_SOURCE X-Git-Tag: RELEASE_2_3_6~364 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=e0dd0810656dd215654c6ac66d516ce873df1196;ds=sidebyside add -D__BSD_SOURCE --- diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 13d9a1b..84cd12b 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.13 1996/07/01 01:05:27 paulus Exp $ +# $Id: Makefile.linux,v 1.14 1996/08/28 06:37:53 paulus Exp $ # PPPDSRCS = main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c ccp.c \ @@ -35,8 +35,8 @@ LEX = flex #INCLUDE_DIRS= -I/usr/include -I.. INCLUDE_DIRS= -COMPILE_FLAGS= -D_linux_=1 -DHAVE_PATHS_H - +COMPILE_FLAGS= -D_linux_=1 -DHAVE_PATHS_H -D__BSD_SOURCE + CFLAGS= $(COPTS) $(DEBUG_FLAGS) $(COMPILE_FLAGS) $(INCLUDE_DIRS) ifdef USE_MS_DNS