* vfs.h: Changed types for mc_chmod, mc_chown, mc_mknod to mode_t,

uid_t, gid_t, and dev_t where appropriate.
This commit is contained in:
Roland Illig 2004-11-16 16:49:37 +00:00
parent 6bbbeb77b4
commit 48f13535a1

View File

@ -2,6 +2,7 @@
* vfs.c: Changed types for mc_chmod, mc_chown, mc_mknod to mode_t,
uid_t, gid_t, and dev_t where appropriate.
* vfs.h: Likewise.
Patch extended by Roland Illig.