]> Zhao Yanbai Git Server - minix.git/commit
Remove the types Dev_t, _mnx_Gui, _mnx_Uid, and similar.
authorKees van Reeuwijk <reeuwijk@few.vu.nl>
Tue, 13 Apr 2010 10:58:41 +0000 (10:58 +0000)
committerKees van Reeuwijk <reeuwijk@few.vu.nl>
Tue, 13 Apr 2010 10:58:41 +0000 (10:58 +0000)
commitbc314bda911828d2f196c4123bb65e1f42b4af8d
treecfc3bbb27db78023f36f5dcbc34582e9eb4ebd85
parent86378ff645f2ca1fec97764e1adda649ad7fcba2
Remove the types Dev_t, _mnx_Gui, _mnx_Uid, and similar.
Use ANSI-style function declarations where necessary.
50 files changed:
commands/elvis/prsvunix.c
commands/ps/ps.c
commands/simple/du.c
commands/simple/fsck.c
include/fcntl.h
include/grp.h
include/minix/types.h
include/pwd.h
include/sys/stat.h
include/unistd.h
kernel/arch/i386/memory.c
kernel/arch/i386/protect.c
lib/libc/other/getgrent.c
lib/libc/other/getpwent.c
lib/libc/posix/_chmod.c
lib/libc/posix/_chown.c
lib/libc/posix/_creat.c
lib/libc/posix/_fchmod.c
lib/libc/posix/_fchown.c
lib/libc/posix/_mkdir.c
lib/libc/posix/_mkfifo.c
lib/libc/posix/_mknod.c
lib/libc/posix/_open.c
lib/libc/posix/_setgid.c
lib/libc/posix/_setuid.c
lib/libc/posix/_umask.c
lib/libc/stdio/fopen.c
lib/libc/stdio/freopen.c
servers/iso9660fs/device.c
servers/iso9660fs/proto.h
servers/iso9660fs/super.c
servers/mfs/cache.c
servers/mfs/device.c
servers/mfs/inode.c
servers/mfs/proto.h
servers/mfs/super.c
servers/pfs/buffer.c
servers/pfs/inode.c
servers/pfs/proto.h
servers/rs/exec.c
servers/vfs/device.c
servers/vfs/dmap.c
servers/vfs/dmap.h
servers/vfs/exec.c
servers/vfs/glo.h
servers/vfs/mount.c
servers/vfs/proto.h
servers/vfs/request.c
servers/vm/exec.c
servers/vm/proto.h