diff options
author | John Baldwin <jhb@FreeBSD.org> | 2017-08-30 15:32:47 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2017-08-30 15:32:47 +0000 |
commit | 3cc32ea6556324151257db8a1c3964e36d48747c (patch) | |
tree | 0ec09e231467b96eaade61bd796c9517d42c8a06 /usr.bin | |
parent | f76de5dd51d749046a6573095607f1e709524095 (diff) | |
download | src-test2-3cc32ea6556324151257db8a1c3964e36d48747c.tar.gz src-test2-3cc32ea6556324151257db8a1c3964e36d48747c.zip |
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/truss/extern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/truss/extern.h b/usr.bin/truss/extern.h index 2cdd9c5f964c..5a307b6e3f2b 100644 --- a/usr.bin/truss/extern.h +++ b/usr.bin/truss/extern.h @@ -36,4 +36,3 @@ extern void setup_and_wait(struct trussinfo *, char **); extern void start_tracing(struct trussinfo *, pid_t); extern void restore_proc(int); extern void eventloop(struct trussinfo *); -extern const char *ioctlname(unsigned long val); |