summaryrefslogtreecommitdiff
path: root/net-im/linpopup/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /net-im/linpopup/files/patch-ab
parentNew index, rebuilt due to samba changes. (Gee, how many things (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Notes
Notes: svn path=/head/; revision=41661 svn path=/tags/RELEASE_4_3_0/; revision=41662; tag=release/4.3.0
Diffstat (limited to 'net-im/linpopup/files/patch-ab')
-rw-r--r--net-im/linpopup/files/patch-ab21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-im/linpopup/files/patch-ab b/net-im/linpopup/files/patch-ab
deleted file mode 100644
index 02d7dcd5c34e..000000000000
--- a/net-im/linpopup/files/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
---- send.c.orig Mon Nov 20 16:07:54 2000
-+++ send.c Mon Nov 20 16:18:43 2000
-@@ -161,7 +161,7 @@
- gchar message_text[2048];
- guint message_length;
- char IS_TRUNCATED = FALSE;
-- char *temp_filename;
-+ static char temp_filename[]="/tmp/LinPopUpXXXXXX";
- int file_handle_temp;
- gchar new_header[256];
-
-@@ -201,8 +201,7 @@
-
-
- /* -- write message text to a tempory file -- */
-- temp_filename = tmpnam (NULL);
-- file_handle_temp = open (temp_filename, O_RDWR | O_CREAT | O_TRUNC, DATA_PERM);
-+ if ( (file_handle_temp = mkstemp(temp_filename)) == -1 ) return;
- write (file_handle_temp, message_text, strlen (message_text));
- close (file_handle_temp);
-