head	1.2;
access;
symbols
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.12.19.23.20.22;	author sergei;	state dead;
branches;
next	1.1;

1.1
date	2003.06.27.02.50.51;	author kris;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 2.1.0 [1]
- Install some additional documentation [1]
- Fix WITH_MYSQL, WITH_ODBC and WITH_POSTGRES knobs [2]

PR:		60400 [1], 59445 [2]
Submitted by:	Nicolas Jombart <ecu@@ipv42.net> [1],
		Ken Stailey <kstailey@@yahoo.com> [2]
@
text
@$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
@


1.1
log
@Fix detection of sparc64.

Obtained from:	OpenBSD
@
text
@@

