Deleted Added
full compact
38c38
< __FBSDID("$FreeBSD: head/sys/kern/vfs_syscalls.c 130187 2004-06-07 12:19:55Z pjd $");
---
> __FBSDID("$FreeBSD: head/sys/kern/vfs_syscalls.c 130344 2004-06-11 11:16:26Z phk $");
1736c1736
< #if defined(COMPAT_43) || defined(COMPAT_SUNOS)
---
> #if defined(COMPAT_43)
1891c1891
< #if defined(COMPAT_43) || defined(COMPAT_SUNOS)
---
> #if defined(COMPAT_43)
1994c1994
< #endif /* COMPAT_43 || COMPAT_SUNOS */
---
> #endif /* COMPAT_43 */
2968c2968
< #if defined(COMPAT_43) || defined(COMPAT_SUNOS)
---
> #if defined(COMPAT_43)
3024c3024
< #endif /* COMPAT_43 || COMPAT_SUNOS */
---
> #endif /* COMPAT_43 */