diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-09-02 08:02:17 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-09-02 08:02:17 +0000 |
commit | 5772c0559a811379553773211ac78627ac9a90f1 (patch) | |
tree | cd0e2a0736009de77cc74b318339a488a4c6d7c3 /sys | |
parent | f183d53e63730c0b71fa87cab29d6e989d6c1947 (diff) | |
download | src-5772c0559a811379553773211ac78627ac9a90f1.tar.gz src-5772c0559a811379553773211ac78627ac9a90f1.zip |
Silence warnings about the use of vnode sanse declaration.
Notes
Notes:
svn path=/head/; revision=50791
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/sysent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/sysent.h b/sys/sys/sysent.h index e593f38e037c..9fc634c3de45 100644 --- a/sys/sys/sysent.h +++ b/sys/sys/sysent.h @@ -49,6 +49,7 @@ struct sysent { /* system call table */ struct image_params; struct trapframe; +struct vnode; struct sysentvec { int sv_size; /* number of entries */ |