summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2004-01-29 04:20:35 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2004-01-29 04:20:35 +0000
commitea4d3642c84a5b948d1a90a888c40bfe8e41cde3 (patch)
treef4b4c5799fce01c5cfe3b2ed7f6cb954914bcdc7
parent7c47fb097603bfe84adcb014b7d68da571b58650 (diff)
s/arm32/arm/ ok deraadt@
-rw-r--r--usr.bin/xlint/lint1/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xlint/lint1/param.h b/usr.bin/xlint/lint1/param.h
index 655ce8cf75f..0d076b87a71 100644
--- a/usr.bin/xlint/lint1/param.h
+++ b/usr.bin/xlint/lint1/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.10 2002/10/04 16:37:58 mickey Exp $ */
+/* $OpenBSD: param.h,v 1.11 2004/01/29 04:20:34 drahn Exp $ */
/* $NetBSD: param.h,v 1.6 1996/04/01 21:47:57 mark Exp $ */
/*
@@ -85,7 +85,7 @@
#elif __vax__
#define PTRDIFF_IS_LONG 0
#define SIZEOF_IS_ULONG 0
-#elif __arm32__
+#elif __arm__
#define PTRDIFF_IS_LONG 0
#define SIZEOF_IS_ULONG 0
#elif __powerpc__