summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-09-05 07:54:03 +0000
committerbde <bde@FreeBSD.org>2002-09-05 07:54:03 +0000
commit83a5128312321e15fcb17f31ccc721b8cc43647d (patch)
tree91f713e54ff1d0b08fb948f76c425272e8548e6c
parent5e1032e4e581fce319cd06b341b2a586cd8f2a69 (diff)
downloadFreeBSD-src-83a5128312321e15fcb17f31ccc721b8cc43647d.zip
FreeBSD-src-83a5128312321e15fcb17f31ccc721b8cc43647d.tar.gz
Forward declare struct vnode so that <sys/vnode.h> or some other header
that happens to forward declare struct vnode isn't a prerequisite (most places get it from <sys/imgact.h>).
-rw-r--r--sys/sys/imgact_aout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/imgact_aout.h b/sys/sys/imgact_aout.h
index 7bff2a3..9ca48b5 100644
--- a/sys/sys/imgact_aout.h
+++ b/sys/sys/imgact_aout.h
@@ -149,6 +149,7 @@ struct exec {
#ifdef _KERNEL
struct thread;
+struct vnode;
int aout_coredump(struct thread *td, struct vnode *vp, off_t limit);
#endif
OpenPOWER on IntegriCloud