cvs commit: src/include dirent.h locale.h stddef.h stdio.h stdlib.h string.h time.h unistd.h wchar.h src/include/rpc types.h src/sys/sys _null.h param.h stddef.h

Peter Wemm peter at FreeBSD.org
Wed Dec 17 17:00:01 PST 2003


peter       2003/12/17 16:59:51 PST

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5_2)
    include              dirent.h locale.h stddef.h stdio.h 
                         stdlib.h string.h time.h unistd.h wchar.h 
    include/rpc          types.h 
    sys/sys              param.h stddef.h 
  Added files:           (Branch: RELENG_5_2)
    sys/sys              _null.h 
  Log:
  MFC:  add sys/_null.h and change the definition of NULL to a long on ia64
  and amd64.  Ensure that this is not accidently activated on any platforms
  other than these two since its quite late in the release cycle and it is
  not worth the risk of disturbing to the established platforms.
  
  Approved by:  re (scottl, jhb)
  
  Revision   Changes    Path
  1.13.6.1   +2 -4      src/include/dirent.h
  1.7.6.1    +2 -4      src/include/locale.h
  1.10.6.1   +2 -4      src/include/rpc/types.h
  1.9.6.1    +1 -4      src/include/stddef.h
  1.51.4.1   +1 -4      src/include/stdio.h
  1.54.2.1   +1 -4      src/include/stdlib.h
  1.18.6.1   +1 -4      src/include/string.h
  1.30.6.1   +1 -4      src/include/time.h
  1.69.2.1   +1 -4      src/include/unistd.h
  1.35.4.1   +1 -4      src/include/wchar.h
  1.2.2.1    +37 -0     src/sys/sys/_null.h (new)
  1.174.2.2  +2 -4      src/sys/sys/param.h
  1.1.6.1    +1 -4      src/sys/sys/stddef.h


More information about the cvs-src mailing list