PERFORCE change 138695 for review
    John Birrell 
    jb at FreeBSD.org
       
    Thu Mar 27 01:27:54 UTC 2008
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=138695
Change 138695 by jb at 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
    
    
More information about the p4-projects
mailing list