Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Mar 2008 01:27:53 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 138695 for review
Message-ID:  <200803270127.m2R1Rrcb026493@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=138695

Change 138695 by jb@jb_freebsd1 on 2008/03/27 01:27:14

	Handle 64 open files rather than just 20. Welcome to the 1990's.

Affected files ...

.. //depot/projects/dtrace/src/usr.bin/awk/Makefile#8 edit

Differences ...

==== //depot/projects/dtrace/src/usr.bin/awk/Makefile#8 (text+ko) ====

@@ -6,7 +6,7 @@
 PROG=	awk
 SRCS=	awkgram.y b.c lex.c lib.c main.c parse.c proctab.c run.c tran.c ytab.h
 
-CFLAGS+= -DHAS_ISBLANK -I. -I${AWKSRC}
+CFLAGS+= -DHAS_ISBLANK -I. -I${AWKSRC} -DFOPEN_MAX=64
 
 DPADD=	${LIBM}
 LDADD=	-lm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803270127.m2R1Rrcb026493>