svn commit: r186680 - head/sys/sys

Bjoern A. Zeeb bz at FreeBSD.org
Thu Jan 1 04:14:40 PST 2009


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 */
 


More information about the svn-src-all mailing list