Remove a misleading comment.
authorOle André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
Sun, 29 Mar 2009 00:06:54 +0000 (01:06 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Mon, 30 Nov 2009 11:00:19 +0000 (12:00 +0100)
errno.h is present and needed on Windows. (It's not present on Windows CE though.)
(cherry picked from commit cef676c0c7ea8ad352e1ecf1c3643edb1abd7ad6)

dbus/dbus-sysdeps.c

index 430dd2d..68cea27 100644 (file)
 #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