[BACK]Return to UPDATING CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/UPDATING between version 1.119 and 1.120

version 1.119, 2004/05/03 03:57:15 version 1.120, 2004/05/03 04:12:21
Line 19  Recent changes:
Line 19  Recent changes:
         will not work on a kernel built from sources dated after          will not work on a kernel built from sources dated after
         2004/04/25.  If you need a new sysctl binary but build.sh          2004/04/25.  If you need a new sysctl binary but build.sh
         does not work, make sure that your revision of          does not work, make sure that your revision of
         /usr/include/sys/sysctl.h is 1.112 (or later), and then          src/sys/sys/sysctl.h is 1.112 (or later), and then the
         the following should provide a functioning sysctl binary:          do the following:
   
         cd src/sbin/sysctl          cd /usr/src (or wherever your source tree is)
           make USETOOLS=no includes
           cd lib/libc
           make USETOOLS=no dependall install
           cd ../../sbin/sysctl
         make USETOOLS=no dependall install          make USETOOLS=no dependall install
   
 20040425:  20040425:

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120

CVSweb <webmaster@jp.NetBSD.org>