summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornewton <newton@FreeBSD.org>1999-02-05 13:52:15 +0000
committernewton <newton@FreeBSD.org>1999-02-05 13:52:15 +0000
commit3469b8b4214d6eb64a93df464f84fca57cc79774 (patch)
tree439de04c25b465bc858f052220334cc48f68ba28 /sys
parenta457661f60731bf97aec9b5bcf2b8fe7d89b25b6 (diff)
downloadFreeBSD-src-3469b8b4214d6eb64a93df464f84fca57cc79774.zip
FreeBSD-src-3469b8b4214d6eb64a93df464f84fca57cc79774.tar.gz
Style nit: sort elf_brand_inuse() prototype in with the others.
Prototype also needed to be added for !ELFCLASS32 case. Submitted by: bde
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/imgact_elf.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/sys/imgact_elf.h b/sys/sys/imgact_elf.h
index e7985ce..252be9a 100644
--- a/sys/sys/imgact_elf.h
+++ b/sys/sys/imgact_elf.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: imgact_elf.h,v 1.10 1999/01/01 14:30:11 bde Exp $
+ * $Id: imgact_elf.h,v 1.11 1999/02/04 12:42:39 newton Exp $
*/
#ifndef _SYS_IMGACT_ELF_H_
@@ -64,9 +64,9 @@ typedef struct {
#define MAX_BRANDS 8
+int elf_brand_inuse __P((Elf32_Brandinfo *entry));
int elf_insert_brand_entry __P((Elf32_Brandinfo *entry));
int elf_remove_brand_entry __P((Elf32_Brandinfo *entry));
-int elf_brand_inuse __P((Elf32_Brandinfo *entry));
#else /* !(ELF_TARG_CLASS == ELFCLASS32) */
@@ -95,6 +95,7 @@ typedef struct {
#define MAX_BRANDS 8
+int elf_brand_inuse __P((Elf32_Brandinfo *entry));
int elf_insert_brand_entry __P((Elf64_Brandinfo *entry));
int elf_remove_brand_entry __P((Elf64_Brandinfo *entry));
OpenPOWER on IntegriCloud