aboutsummaryrefslogtreecommitdiff
path: root/security/qtfw/files/patch-main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'security/qtfw/files/patch-main.cpp')
-rw-r--r--security/qtfw/files/patch-main.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/security/qtfw/files/patch-main.cpp b/security/qtfw/files/patch-main.cpp
deleted file mode 100644
index 653d90c02ac2..000000000000
--- a/security/qtfw/files/patch-main.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- main.cpp.orig Fri Feb 14 13:38:07 2003
-+++ main.cpp Fri Feb 14 13:41:54 2003
-@@ -28,6 +28,8 @@
- #include <qlineedit.h>
- #include <qmessagebox.h>
-
-+#include <netinet/in.h>
-+
- void load_protocol_list();
- void load_service_list();
- void load_interface_list();
-@@ -192,7 +194,7 @@
- char tmpstr[500];
- QString rcfile_name = getpwuid(getuid())->pw_dir;
- rcfile_name+="/.qtfwrc";
-- ifstream rcfile(rcfile_name,ios::nocreate);
-+ ifstream rcfile(rcfile_name,ios::in);
- app_rc.style = "Windows";
- app_rc.browser = "netscape";
-