Deleted Added
full compact
1c1
< $FreeBSD: head/sys/compat/freebsd32/syscalls.master 247667 2013-03-02 21:11:30Z pjd $
---
> $FreeBSD: head/sys/compat/freebsd32/syscalls.master 248597 2013-03-21 22:44:33Z pjd $
117,118c117,118
< 34 AUE_CHFLAGS NOPROTO { int chflags(char *path, int flags); }
< 35 AUE_FCHFLAGS NOPROTO { int fchflags(int fd, int flags); }
---
> 34 AUE_CHFLAGS NOPROTO { int chflags(const char *path, u_long flags); }
> 35 AUE_FCHFLAGS NOPROTO { int fchflags(int fd, u_long flags); }
696c696,697
< 391 AUE_LCHFLAGS NOPROTO { int lchflags(const char *path, int flags); }
---
> 391 AUE_LCHFLAGS NOPROTO { int lchflags(const char *path, \
> u_long flags); }