mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
Don't declare errno, including errno.h is enough. (#304164, Joerg
2005-06-09 Matthias Clasen <mclasen@redhat.com> * xdgmimemagic.c: Don't declare errno, including errno.h is enough. (#304164, Joerg Sonnenberger)
This commit is contained in:
parent
e09c960885
commit
4a6e34d3de
@ -1,3 +1,8 @@
|
||||
2005-06-09 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* xdgmimemagic.c: Don't declare errno, including errno.h
|
||||
is enough. (#304164, Joerg Sonnenberger)
|
||||
|
||||
2005-05-20 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* xdgmimecache.c (GET_UINT32): Don't rely on C99
|
||||
|
@ -47,8 +47,6 @@
|
||||
#define TRUE (!FALSE)
|
||||
#endif
|
||||
|
||||
extern int errno;
|
||||
|
||||
typedef struct XdgMimeMagicMatch XdgMimeMagicMatch;
|
||||
typedef struct XdgMimeMagicMatchlet XdgMimeMagicMatchlet;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user