Author: bz Date: Thu Jan 1 12:14:39 2009 New Revision: 186680 URL: http://svn.freebsd.org/changeset/base/186680
Log: Back out a non-style(9) change from r186668 to unbreak the kernels. Modified: head/sys/sys/imgact_elf.h Modified: head/sys/sys/imgact_elf.h ============================================================================== --- head/sys/sys/imgact_elf.h Thu Jan 1 12:09:57 2009 (r186679) +++ head/sys/sys/imgact_elf.h Thu Jan 1 12:14:39 2009 (r186680) @@ -80,7 +80,7 @@ int __elfN(coredump)(struct thread *, st /* 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 */ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
