summaryrefslogtreecommitdiff
path: root/cad/spice/patches/patch-ab
blob: 25dab97421d2abc8e0b348b076d4a4e3f55d9551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ab,v 1.3 1999/10/01 17:05:15 dmcmahill Exp $

*** src/lib/fte/resource.c.orig	Sun Mar 31 10:59:57 1996
--- src/lib/fte/resource.c	Sun Mar 31 11:00:57 1996
***************
*** 369,375 ****
--- 369,377 ----
  	long x;
  	SIGNAL_TYPE	(*orig_signal)( );
  
+ #if !(defined(__FreeBSD__) || defined(__NetBSD__))
  	if (getenv("SPICE_NO_DATASEG_CHECK"))
+ #endif
  		return 0;
  
  	low = 0;