summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysent.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-07-28 20:22:58 +0000
committerjhb <jhb@FreeBSD.org>2006-07-28 20:22:58 +0000
commit3a707d012d83e75806f62c703deb463deb53892a (patch)
tree784236d24f467a371ca817e11736d0952ec4baac /sys/sys/sysent.h
parent392d64a02c2c759941b5f8ef6dd8399bc8c71260 (diff)
downloadFreeBSD-src-3a707d012d83e75806f62c703deb463deb53892a.zip
FreeBSD-src-3a707d012d83e75806f62c703deb463deb53892a.tar.gz
Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg is
now back to just being an argument count.
Diffstat (limited to 'sys/sys/sysent.h')
-rw-r--r--sys/sys/sysent.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/sys/sysent.h b/sys/sys/sysent.h
index 430b5d6..0566794 100644
--- a/sys/sys/sysent.h
+++ b/sys/sys/sysent.h
@@ -46,9 +46,6 @@ struct sysent { /* system call table */
au_event_t sy_auevent; /* audit event associated with syscall */
};
-#define SYF_ARGMASK 0x0000FFFF
-#define SYF_MPSAFE 0x00010000
-
struct image_params;
struct __sigset;
struct trapframe;
OpenPOWER on IntegriCloud