summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-03-06 14:08:35 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-03-06 14:08:35 +0000
commit727b00ff13335ba44011a0dd2089c30d702ebdfb (patch)
treea9d88b1af8e26bcabbcefdee802ba3d9801bfa61 /gtk
parent6c5c31f75bd8471220c0e44fbadf3a868a2a20e5 (diff)
downloadgtk+-727b00ff13335ba44011a0dd2089c30d702ebdfb.tar.gz
Remove superfluous extern errno declaration. (#333605, Tommi Komulainen)
2006-03-06 Matthias Clasen <mclasen@redhat.com> * xdgmimemagic.c: Remove superfluous extern errno declaration. (#333605, Tommi Komulainen)
Diffstat (limited to 'gtk')
-rw-r--r--gtk/xdgmime/ChangeLog5
-rw-r--r--gtk/xdgmime/xdgmimemagic.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/gtk/xdgmime/ChangeLog b/gtk/xdgmime/ChangeLog
index 3bf1f54fb6..dcb67144d9 100644
--- a/gtk/xdgmime/ChangeLog
+++ b/gtk/xdgmime/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-06 Matthias Clasen <mclasen@redhat.com>
+
+ * xdgmimemagic.c: Remove superfluous extern errno
+ declaration. (#333605, Tommi Komulainen)
+
2006-02-27 Matthias Clasen <mclasen@redhat.com>
* xdgmime.h (xdg_mime_dump): Don't export xdg_mime_dump.
diff --git a/gtk/xdgmime/xdgmimemagic.c b/gtk/xdgmime/xdgmimemagic.c
index e9a2d90b89..1718be7810 100644
--- a/gtk/xdgmime/xdgmimemagic.c
+++ b/gtk/xdgmime/xdgmimemagic.c
@@ -47,8 +47,6 @@
#define TRUE (!FALSE)
#endif
-extern int errno;
-
typedef struct XdgMimeMagicMatch XdgMimeMagicMatch;
typedef struct XdgMimeMagicMatchlet XdgMimeMagicMatchlet;