diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /sysutils/gnome-system-monitor/files/patch-ad | |
parent | A new index, with 3,403 ports, which is a nice number, being 41 times (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'sysutils/gnome-system-monitor/files/patch-ad')
-rw-r--r-- | sysutils/gnome-system-monitor/files/patch-ad | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sysutils/gnome-system-monitor/files/patch-ad b/sysutils/gnome-system-monitor/files/patch-ad deleted file mode 100644 index a3f3d1a335f3..000000000000 --- a/sysutils/gnome-system-monitor/files/patch-ad +++ /dev/null @@ -1,30 +0,0 @@ ---- main.c.orig Sun Feb 13 16:27:56 2000 -+++ main.c Thu Feb 17 12:07:45 2000 -@@ -32,6 +32,8 @@ - - #include <gnome.h> - -+#include <floatingpoint.h> -+ - #include <glibtop/close.h> - - #include <locale.h> -@@ -205,6 +207,8 @@ - poptContext ctx; - const char **args; - -+ fpsetmask (fpgetmask() & ~(FP_X_DZ|FP_X_INV)); -+ - setlocale (LC_ALL, ""); - bindtextdomain (PACKAGE, GNOMELOCALEDIR); - textdomain (PACKAGE); -@@ -294,6 +298,9 @@ - gtop_properties.global.show_toolbar); - gnome_config_sync (); - } -+ -+ fpresetsticky (FP_X_DZ|FP_X_INV); -+ fpsetmask (FP_X_DZ|FP_X_INV); - - return 0; - } |