cvs commit: src/sys/sys conf.h src/sys/kern kern_conf.c src/sys/fs/devfs devfs_devs.c devfs_int.h

Poul-Henning Kamp phk at FreeBSD.org
Tue Aug 16 19:08:01 GMT 2005


phk         2005-08-16 19:08:01 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              conf.h 
    sys/kern             kern_conf.c 
    sys/fs/devfs         devfs_devs.c 
  Added files:
    sys/fs/devfs         devfs_int.h 
  Log:
  Create a new internal .h file to communicate very private stuff
  from kern_conf.c to devfs.
  
  For now just two prototypes, more to come.
  
  Revision  Changes    Path
  1.39      +1 -0      src/sys/fs/devfs/devfs_devs.c
  1.1       +45 -0     src/sys/fs/devfs/devfs_int.h (new)
  1.188     +2 -0      src/sys/kern/kern_conf.c
  1.225     +0 -3      src/sys/sys/conf.h


More information about the cvs-all mailing list