Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Mar 2008 01:33:26 +0000 (UTC)
From:      John Birrell <jb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/awk Makefile
Message-ID:  <200803270133.m2R1XQZb026748@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          2008-03-27 01:33:26 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/awk          Makefile 
  Log:
  Allow awk (the one true one!) to handle 64 files instead of just 20.
  The current FreeBSD syscall generation script uses all 20 and I need
  another open file.
  
  It's a shame that something named as the 'one-true-awk' is so limited
  by an old denition like FOPEN_MAX when it could just make the file
  handling dynamic.
  
  This is done to avoid touching contrib sources on a vendor branch.
  
  Revision  Changes    Path
  1.17      +1 -1      src/usr.bin/awk/Makefile



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