Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/compat
Module Name: src
Committed By: yamt
Date: Fri Aug 4 16:30:22 UTC 2006
Modified Files:
src/lib/libc/compat/include: fstypes.h
src/lib/libc/compat/sys: compat___fhstat30.c compat_fhopen.c
compat_fhstatvfs.c compat_fhstatvfs1.c compat_getfh.c
compat_statfs.c
Log Message:
remove the support of variable-sized filehandle from compat version of
syscalls. (strictly speaking, it breaks abi. i don't think it's a problem
because this feature is short-lived and there are no affected in-tree
filesystems.)
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/lib/libc/compat/include/fstypes.h
cvs rdiff -r1.1 -r1.2 src/lib/libc/compat/sys/compat___fhstat30.c \
src/lib/libc/compat/sys/compat_fhopen.c \
src/lib/libc/compat/sys/compat_fhstatvfs.c \
src/lib/libc/compat/sys/compat_fhstatvfs1.c
cvs rdiff -r1.4 -r1.5 src/lib/libc/compat/sys/compat_getfh.c
cvs rdiff -r1.2 -r1.3 src/lib/libc/compat/sys/compat_statfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index