$OpenBSD: patch-src_preprocessors_spp_frag2_c,v 1.1 2003/06/24 17:02:38 pvalchev Exp $
--- src/preprocessors/spp_frag2.c.orig	Wed Apr  9 09:45:15 2003
+++ src/preprocessors/spp_frag2.c	Mon Jun 23 17:00:19 2003
@@ -93,7 +93,8 @@ void Frag2Init(u_char *args);
 #define FRAG2_TTL_LIMIT      5
 #define FRAG2_MIN_TTL        0
 
-#if defined (SOLARIS) || defined (SUNOS)
+#if defined (SOLARIS) || defined (SUNOS) || defined (__sparc__) || \
+    defined (__sparc64__)
 #define SPARC_TWIDDLE       2
 #else
 #define SPARC_TWIDDLE       0
