head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	v0_9:1.1.1.1
	NAKAI:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2013.02.14.08.42.50;	author svnexp;	state dead;
branches;
next	1.3;

1.3
date	2004.03.13.19.34.11;	author krion;	state Exp;
branches;
next	1.2;

1.2
date	2000.08.08.02.51.51;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	2000.02.12.17.18.48;	author nakai;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.02.12.17.18.48;	author nakai;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312202
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@--- src/fsv.c.orig	Wed Jan 26 20:49:55 2000
+++ src/fsv.c	Sun Aug  6 19:14:34 2000
@@@@ -26,6 +26,9 @@@@
 #include "common.h"
 #include "fsv.h"
 
+#ifdef __FreeBSD__
+#include <floatingpoint.h>
+#endif
 #include <gtk/gtk.h>
 #include <gtkgl/gdkgl.h>
 #include "getopt.h"
@@@@ -215,6 +218,10 @@@@
 	int opt_id;
 	char *root_dir;
 
+#ifdef __FreeBSD__
+        fpsetmask(fpgetmask() & ~(FP_X_DZ|FP_X_INV));
+#endif
+
 	/* Initialize global variables */
 	globals.fstree = NULL;
 	globals.history = NULL;
@@@@ -311,6 +318,12 @@@@
 
 	gtk_main( );
 
+#ifdef __FreeBSD__
+#ifdef __i386__
+	fpresetsticky(FP_X_DZ|FP_X_INV);
+#endif
+	fpsetmask(FP_X_DZ|FP_X_INV);
+#endif
 	return 0;
 }
 
@


1.3
log
@- Fix build on non-i386 arch
- Utilize USE_GETOPT_LONG

PR:		ports/64220
Submitted by:	Ports Fury
@
text
@@


1.2
log
@Don't try to use fpresetsticky(3) on the Alpha as it doesn't exist there.
@
text
@d29 1
a29 1
+#ifndef __alpha__
@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
--- src/fsv.c.orig	Sun Feb 13 02:03:57 2000
+++ src/fsv.c	Sun Feb 13 02:06:19 2000
d24 1
a24 1
@@@@ -311,6 +318,10 @@@@
d29 1
d31 1
@


1.1.1.1
log
@Initial import.
3D File Viewer.(Very funny)
@
text
@@
