summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2006-01-10 00:04:05 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2006-01-10 00:04:05 +0000
commite1018bf42f3da2fe58ef0e264fcfaf26363df88c (patch)
tree9220f2e34fa0213ed223796180be4480a5c6f741 /sys/arch/mips64/include
parentaa505ea41ac5476b1f6e0842aaba0f13c5a0a59d (diff)
Remove duplicate _C_LABEL define. OK miod@
Diffstat (limited to 'sys/arch/mips64/include')
-rw-r--r--sys/arch/mips64/include/cdefs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mips64/include/cdefs.h b/sys/arch/mips64/include/cdefs.h
index 75bc3dbc6e9..d52376ae167 100644
--- a/sys/arch/mips64/include/cdefs.h
+++ b/sys/arch/mips64/include/cdefs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cdefs.h,v 1.3 2005/11/24 20:46:47 deraadt Exp $ */
+/* $OpenBSD: cdefs.h,v 1.4 2006/01/10 00:04:04 millert Exp $ */
/*
* Copyright (c) 2002-2003 Opsycon AB (www.opsycon.se / www.opsycon.com)
@@ -30,8 +30,6 @@
#ifndef _MIPS_CDEFS_H_
#define _MIPS_CDEFS_H_
-#define _C_LABEL(x) _STRING(x)
-
#if defined(lint)
#define __indr_reference(sym,alias) __lint_equal__(sym,alias)
#define __warn_references(sym,msg)