diff options
Diffstat (limited to 'usr.bin/truss/syscall.h')
-rw-r--r-- | usr.bin/truss/syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/truss/syscall.h b/usr.bin/truss/syscall.h index e7f6c3ff43f5..f74eb085f4a9 100644 --- a/usr.bin/truss/syscall.h +++ b/usr.bin/truss/syscall.h @@ -32,7 +32,7 @@ * IN (meaning that the data is passed *into* the system call). */ /* - * $FreeBSD$ + * $FreeBSD: src/usr.bin/truss/syscall.h,v 1.15.8.2.6.1 2008/10/02 02:57:24 kensmith Exp $ */ enum Argtype { None = 1, Hex, Octal, Int, Name, Ptr, Stat, Ioctl, Quad, |