cvs commit: src/sys/sys syslimits.h

Marcel Moolenaar marcel at FreeBSD.org
Tue May 29 03:49:02 UTC 2007


marcel      2007-05-29 03:49:01 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              syslimits.h 
  Log:
  "make delete-old" needs more than 64KB worth of arguments. Both
  arm and powerpc have 64KB as the maximum argument size, so one
  cannot run "make delete-old" on arm or powerpc anymore. Stop
  special-casing powerpc and give it 256KB of arguments like all
  other platforms, but keep arm on 64KB for now. There may be a
  purpose to it that doesn't exist for powerpc.
  
  Revision  Changes    Path
  1.22      +1 -1      src/sys/sys/syslimits.h


More information about the cvs-src mailing list