Back out a non-style(9) change from r186668 to unbreak the kernels.

This commit is contained in:
Bjoern A. Zeeb 2009-01-01 12:14:39 +00:00
parent 25e3d9a0e5
commit 64f91b28e2

View File

@ -80,7 +80,7 @@ int __elfN(coredump)(struct thread *, struct vnode *, off_t);
/* Machine specific function to dump per-thread information. */
void __elfN(dump_thread)(struct thread *, void *, size_t *);
int __elfN(fallback_brand);
extern int __elfN(fallback_brand);
#endif /* _KERNEL */