aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-11-07 00:20:20 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-11-07 00:20:20 +0000
commit937a50243cbe15abb294bf4dda9b1f028b170338 (patch)
tree2d14c2a57ec7e7622c4e0f45bce939d4ff40de62 /wiretap
parent5990cb095aaac3a6cf49322c72d7faf2cef6436f (diff)
as mkstemp makes trouble and is only used once in util.c, move definition from file_util.h to util.c for now
this hopefully fixes the mkstemp problem svn path=/trunk/; revision=16406
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/file_util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/wiretap/file_util.h b/wiretap/file_util.h
index efc79007a8..7bad7a56a1 100644
--- a/wiretap/file_util.h
+++ b/wiretap/file_util.h
@@ -46,7 +46,6 @@ extern "C" {
#include <glib/gstdio.h> /* available since GLib 2.6 only! */
/* GLib2.6 or above, using new wrapper functions */
-#define eth_mkstemp g_mkstemp
#define eth_open g_open
#define eth_rename g_rename
#define eth_mkdir g_mkdir
@@ -69,8 +68,6 @@ extern "C" {
#define eth_unlink unlink
#endif
-#include "mkstemp.h"
-#define eth_mkstemp mkstemp
#define eth_rename rename
#define eth_mkdir mkdir
#define eth_remove remove