summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>1999-08-05 12:03:50 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>1999-08-05 12:03:50 +0000
commit10714102639140fb42c9ccc26bf5693f0fced18f (patch)
tree9435fc100c2da5f705501f3d1d720a1b9d9d6910
parentc43651a60db1f451d84f33f16674538b58aa1335 (diff)
Notes
-rw-r--r--usr.bin/truss/syscalls.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/truss/syscalls.c b/usr.bin/truss/syscalls.c
index f6c759622a219..134bae6c64f20 100644
--- a/usr.bin/truss/syscalls.c
+++ b/usr.bin/truss/syscalls.c
@@ -31,7 +31,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: syscalls.c,v 1.5 1998/07/06 21:01:48 bde Exp $";
+ "$Id: syscalls.c,v 1.6 1998/10/15 04:31:44 sef Exp $";
#endif /* not lint */
/*
@@ -79,6 +79,7 @@ struct syscall syscalls[] = {
{ { Int, 0}, { Ioctl, 1 }, { Hex, 2 }}},
{ "break", 1, 1, { { Hex, 0 }}},
{ "exit", 0, 1, { { Hex, 0 }}},
+ { "access", 1, 2, { { String | IN, 0 }, { Int, 1 }}},
{ 0, 0, 0, { { 0, 0 }}},
};