Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jan 2009 12:14:39 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186680 - head/sys/sys
Message-ID:  <200901011214.n01CEdv3059275@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901011214.n01CEdv3059275>