diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-02 16:37:57 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-02 16:37:57 +0200 |
commit | d179921d5a014258181b3feeb5ac274e774a4558 (patch) | |
tree | 5aaa11f9b1593611f27844a8ddb6a218b8e79693 /bitlbee.h | |
parent | f9dbc997f0d1c0ce6f6f265c0a04d693b24642dc (diff) | |
parent | 5f5d433900a0eaec54edcd64ab8be0fc2384aa94 (diff) |
Merge removal of access().
Diffstat (limited to 'bitlbee.h')
-rw-r--r-- | bitlbee.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -95,10 +95,6 @@ #undef g_main_quit #define g_main_quit __PLEASE_USE_B_MAIN_QUIT__ -#ifndef F_OK -#define F_OK 0 -#endif - #ifndef G_GNUC_MALLOC /* Doesn't exist in GLib <=2.4 while everything else in BitlBee should work with it, so let's fake this one. */ |