summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2005-12-10 03:16:16 +0000
committerderaadt <deraadt@openbsd.org>2005-12-10 03:16:16 +0000
commitf00295d1bc88a57a531bf252fb08dcade32c8279 (patch)
treebd5a36e185bc1e301c7979dd9e550e6051e0bd3d /sys
parentLint doesn't like trailing commas in enums. (diff)
downloadwireguard-openbsd-f00295d1bc88a57a531bf252fb08dcade32c8279.tar.xz
wireguard-openbsd-f00295d1bc88a57a531bf252fb08dcade32c8279.zip
, after end of last enum entry is bogus
Diffstat (limited to 'sys')
-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. */