Deleted Added
full compact
1c1
< $FreeBSD: head/sys/i386/linux/syscalls.master 155374 2006-02-06 01:40:30Z rwatson $
---
> $FreeBSD: head/sys/i386/linux/syscalls.master 156842 2006-03-18 18:20:17Z netchild $
14c14
< ; type one of STD, OBSOL, UNIMPL, COMPAT
---
> ; type one of STD, OBSOL, UNIMPL
29,30d28
< ; COMPAT included on COMPAT #ifdef
< ; LIBCOMPAT included on COMPAT #ifdef, and placed in syscall.h
34d31
< #include "opt_compat.h"
76c73
< struct ostat *up); }
---
> struct linux_stat *up); }
91c88
< struct ostat *up); }
---
> struct linux_stat *up); }
147,149c144,145
< 74 AUE_SYSCTL MNOPROTO { int osethostname(char *hostname, \
< u_int len); } osethostname \
< sethostname_args int
---
> 74 AUE_SYSCTL MNOPROTO { int linux_sethostname(char *hostname, \
> u_int len); }
169c165
< 84 AUE_STAT MNOPROTO { int ostat(char *path, struct ostat *up); }
---
> 84 AUE_STAT MNOPROTO { int linux_stat(char *path, struct ostat *up); }
182c178
< 93 AUE_FTRUNCATE MNOPROTO { int oftruncate(int fd, long length); }
---
> 93 AUE_FTRUNCATE MNOPROTO { int linux_ftruncate(int fd, long length); }