cvs commit: src/sys/kern kern_descrip.c uipc_usrreq.c src/sys/sys file.h

John Baldwin jhb at FreeBSD.org
Thu Mar 3 22:27:33 GMT 2005


jhb         2005-03-03 22:27:33 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             kern_descrip.c uipc_usrreq.c 
    sys/sys              file.h 
  Log:
  Rename the openfiles variable back to nfiles for the RELENG_5 branch to
  preserve the ABI for poorly-behaved programs like xsysinfo that grovel
  around in kvm to read nfiles rather than using the kern.openfiles sysctl.
  
  Approved by:    re
  
  Revision    Changes    Path
  1.243.2.6   +6 -6      src/sys/kern/kern_descrip.c
  1.138.2.12  +2 -2      src/sys/kern/uipc_usrreq.c
  1.65.2.3    +2 -2      src/sys/sys/file.h


More information about the cvs-src mailing list