summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2002-10-04 16:37:58 +0000
committermickey <mickey@openbsd.org>2002-10-04 16:37:58 +0000
commit0c40635164da9e11675976d8a72b4183b153c312 (patch)
tree1dd33d497cad249e41abf3e7c2c2a276f9f20875
parentnow i wanna be your dog (diff)
downloadwireguard-openbsd-0c40635164da9e11675976d8a72b4183b153c312.tar.xz
wireguard-openbsd-0c40635164da9e11675976d8a72b4183b153c312.zip
make the snakes fart through
-rw-r--r--usr.bin/xlint/lint1/param.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint1/param.h b/usr.bin/xlint/lint1/param.h
index 4e200e7877d..655ce8cf75f 100644
--- a/usr.bin/xlint/lint1/param.h
+++ b/usr.bin/xlint/lint1/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.9 2002/03/23 23:28:30 miod Exp $ */
+/* $OpenBSD: param.h,v 1.10 2002/10/04 16:37:58 mickey Exp $ */
/* $NetBSD: param.h,v 1.6 1996/04/01 21:47:57 mark Exp $ */
/*
@@ -67,6 +67,9 @@
#elif __i386__
#define PTRDIFF_IS_LONG 0
#define SIZEOF_IS_ULONG 0
+#elif __hppa__
+#define PTRDIFF_IS_LONG 0
+#define SIZEOF_IS_ULONG 0
#elif __m68k__
#define PTRDIFF_IS_LONG 0
#define SIZEOF_IS_ULONG 0