Remove a #warning in security.c which gets triggered on OS X.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Fri, 6 Jun 2014 20:57:55 +0000 (22:57 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Fri, 6 Jun 2014 20:58:07 +0000 (22:58 +0200)
mono/io-layer/security.c

index 1d702d3188f274c02c319c8f3d59bc805d9ccbf4..d1bf3d0362c5b355311ab9af67c9c7c636872383 100644 (file)
 #include <sys/stat.h>
 #include <unistd.h>
 
-
-/* Disclaimers */
-
-#if defined(__GNUC__)
-#ifndef HAVE_GETRESUID
-       #warning getresuid not supported. WindowsImpersonationContext wont work
-#endif
-#ifndef HAVE_SETRESUID
-       #warning setresuid not supported. WindowsImpersonationContext wont work
-#endif
-#endif
-
-
 gboolean 
 ImpersonateLoggedOnUser (gpointer handle)
 {