From 72a4e4d1bcd83aa99c942c643cd1bfc1565ad218 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Wed, 21 Sep 1994 01:49:08 +0000 Subject: [PATCH] don't need GIDSET_TYPE=gid_t --- pppd/Makefile.linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index c250dc7..36aac2f 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.3 1994/09/01 00:40:01 paulus Exp $ +# $Id: Makefile.linux,v 1.4 1994/09/21 01:49:08 paulus Exp $ # BINDIR = /usr/etc @@ -25,7 +25,7 @@ endif # CC = gcc DEBUG_FLAGS = -DDEBUGALL -COMPILE_FLAGS = -I.. -D_linux_=1 -DGIDSET_TYPE=gid_t -DHAVE_PATHS_H +COMPILE_FLAGS = -I.. -D_linux_=1 -DHAVE_PATHS_H COPTS = -g # -O2 LOCKPREFIX = \"/usr/spool/uucp/LCK..\" VER = 0.2.8 -- 2.39.2