summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-09-21 16:18:33 +0000
committerrwatson <rwatson@FreeBSD.org>2006-09-21 16:18:33 +0000
commit03d308eea1d0849ccb039c29b8b3f5fc70026a4e (patch)
tree33b7d0d247b9b7f04984b676d7788203e3ce1057 /sys/i386
parent9dfc38a01d68f5f3407fb08431c63ac0e52f1d74 (diff)
downloadFreeBSD-src-03d308eea1d0849ccb039c29b8b3f5fc70026a4e.zip
FreeBSD-src-03d308eea1d0849ccb039c29b8b3f5fc70026a4e.tar.gz
Use AUE_CREAT instead of AUE_O_CREAT for linux_creat().
Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/linux/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master
index 2ed169d..61ba1d2 100644
--- a/sys/i386/linux/syscalls.master
+++ b/sys/i386/linux/syscalls.master
@@ -49,7 +49,7 @@
6 AUE_CLOSE NOPROTO { int close(int fd); }
7 AUE_WAIT4 STD { int linux_waitpid(l_pid_t pid, \
l_int *status, l_int options); }
-8 AUE_O_CREAT STD { int linux_creat(char *path, \
+8 AUE_CREAT STD { int linux_creat(char *path, \
l_int mode); }
9 AUE_LINK STD { int linux_link(char *path, char *to); }
10 AUE_UNLINK STD { int linux_unlink(char *path); }
OpenPOWER on IntegriCloud