summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Eric Fagan <sef@FreeBSD.org>1998-10-15 04:31:44 +0000
committerSean Eric Fagan <sef@FreeBSD.org>1998-10-15 04:31:44 +0000
commita8f3721897c4bffa98b578a7fd9825505eed917e (patch)
tree68887cfbabf8e5f3373f77a3209c7ef148f29e1d
parent456aa5a8cff32628e20f357297b9cff4aeda76f8 (diff)
Notes
-rw-r--r--usr.bin/truss/syscalls.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/truss/syscalls.c b/usr.bin/truss/syscalls.c
index cf1db2cbaaea..f6c759622a21 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.4 1998/01/05 07:30:25 charnier Exp $";
+ "$Id: syscalls.c,v 1.5 1998/07/06 21:01:48 bde Exp $";
#endif /* not lint */
/*
@@ -67,6 +67,8 @@ struct syscall syscalls[] = {
{ { Int, 0}, {Ptr | OUT , 1 }}},
{ "stat", 1, 2,
{ { String | IN, 0 }, { Ptr | OUT, 1 }}},
+ { "lstat", 1, 2,
+ { { String | IN, 0 }, { Ptr | OUT, 1 }}},
{ "linux_newstat", 1, 2,
{ { String | IN, 0 }, { Ptr | OUT, 1 }}},
{ "linux_newfstat", 1, 2,