summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps.c
diff options
context:
space:
mode:
authorOle André Vadla Ravnås <ole.andre.ravnas@tandberg.com>2009-03-29 01:06:54 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2009-11-30 12:00:19 +0100
commitf2b62600dc05788ddda3b73d61e5c3405eb62ec9 (patch)
tree9af4d135528b71896d301b5417c63052e6213733 /dbus/dbus-sysdeps.c
parent93e213f3329c31a0efca0f0e73cc135a71af520a (diff)
Remove a misleading comment.
errno.h is present and needed on Windows. (It's not present on Windows CE though.) (cherry picked from commit cef676c0c7ea8ad352e1ecf1c3643edb1abd7ad6)
Diffstat (limited to 'dbus/dbus-sysdeps.c')
-rw-r--r--dbus/dbus-sysdeps.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dbus/dbus-sysdeps.c b/dbus/dbus-sysdeps.c
index 430dd2db..68cea273 100644
--- a/dbus/dbus-sysdeps.c
+++ b/dbus/dbus-sysdeps.c
@@ -39,10 +39,6 @@
#include <string.h>
#include <stdio.h>
-/* This is UNIX-specific (on windows it's just in stdlib.h I believe)
- * but OK since the same stuff does exist on Windows in stdlib.h
- * and covered by a configure check.
- */
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif