summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-10 03:16:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-10 03:16:17 +0000
commit5191f54f43c469434fb7bde3b589f3282d8b7e85 (patch)
tree231e55096b15fbb3036bf3c80977f906f6edea82 /sys/arch/sparc
parent08553e82bb4e293f7ee91e9fe903dc73d214c120 (diff)
, after end of last enum entry is bogus
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r--sys/arch/sparc/include/exec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/include/exec.h b/sys/arch/sparc/include/exec.h
index ca9db7262ed..ccd646f74be 100644
--- a/sys/arch/sparc/include/exec.h
+++ b/sys/arch/sparc/include/exec.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec.h,v 1.10 2004/07/06 21:05:36 deraadt Exp $ */
+/* $OpenBSD: exec.h,v 1.11 2005/12/10 03:16:16 deraadt Exp $ */
/* $NetBSD: exec.h,v 1.7 1994/11/20 20:53:02 deraadt Exp $ */
/*
@@ -45,7 +45,7 @@ enum reloc_type {
RELOC_PC10, RELOC_PC22,
RELOC_JMP_TBL,
RELOC_UNUSED3,
- RELOC_GLOB_DAT, RELOC_JMP_SLOT, RELOC_RELATIVE,
+ RELOC_GLOB_DAT, RELOC_JMP_SLOT, RELOC_RELATIVE
};
/* Relocation format. */