chiark / gitweb /
[PATCH] udev: mode should be mode_t
authorrml@tech9.net <rml@tech9.net>
Mon, 20 Oct 2003 04:56:21 +0000 (21:56 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:01:41 +0000 (21:01 -0700)
commitc2405f502cae4a634a25674306cffefb85df9ebb
tree1f51811af2c367b577d38fe3d0c190117ec4490f
parentd7e954a4ef664cd65fbb34cb23ca57dc1bb89ea0
[PATCH] udev: mode should be mode_t

Unix file modes should be stored in a mode_t, not a standard type.  At
the moment it is actually unsigned, in fact, not a signed integer.

Attached patch does an s/int mode/mode_t mode/ and cleans up the
results.
namedev.c
udev-add.c
udev.h
udevdb.c
udevdb.h