summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 f6c7596..134bae6 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 }}},
};
OpenPOWER on IntegriCloud