From e0dd0810656dd215654c6ac66d516ce873df1196 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Wed, 28 Aug 1996 06:37:53 +0000 Subject: [PATCH] add -D__BSD_SOURCE --- pppd/Makefile.linux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2