Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 1995 16:15:57 -0700
From:      Julian Elischer <julian>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/miscfs/devfs devfs_proto.h devfs_tree.c devfs_vnops.c devfsdefs.h
Message-ID:  <199509062315.QAA27218@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      95/09/06 16:15:56

  Modified:    sys/miscfs/devfs  devfs_proto.h devfs_tree.c devfs_vnops.c
                        devfsdefs.h
  Log:
  Suggested by: :)   bde of course
  added prototypes for every function and
  put (void *) as the args to the vop array definitions.
  
  can now compile with:
  CWARNFLAGS?=    -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \
                  -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes \
                  -Winline -Wstrict-prototypes
  and only get errors for files external to this module:
  namely
  ./vnode_if.h
  ../../sys/vnode.h
  ../../sys/buf.h
  ../../miscfs/specfs/specdev.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509062315.QAA27218>