cvs commit: src/sys/fs/devfs devfs_vnops.c

Craig Rodrigues rodrigc at FreeBSD.org
Tue May 31 07:50:50 PDT 2005


rodrigc     2005-05-31 14:50:49 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/devfs         devfs_vnops.c 
  Log:
  Do not declare a struct as extern, and then implement
  it as static in the same file.  This is not legal C,
  and GCC 4.0 will issue an error.
  
  Reviewed by:    phk
  Approved by:    das (mentor)
  
  Revision  Changes    Path
  1.114     +57 -59    src/sys/fs/devfs/devfs_vnops.c


More information about the cvs-src mailing list