Description: Define _GNU_SOURCE to enable BSD and GNU features
Forwarded: not-needed
Author: Matej Vela <vela@debian.org>
Last-Update: 2011-05-13

--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 # Bill Joy UC Berkeley; Jim Kulp IIASA, Austria
 
 PROG=	csh
-CFLAGS+=-I${.CURDIR} -I.
+CFLAGS+=-I${.CURDIR} -I. -D_GNU_SOURCE
 SRCS=	alloc.c char.c const.c csh.c dir.c dol.c error.c exec.c exp.c file.c \
 	func.c glob.c hist.c init.c lex.c misc.c parse.c proc.c \
 	sem.c set.c str.c time.c
