[NeoStats-Devel] [Commits] r2857 - trunk/src
[email protected] Fri, 30 Sep 2005 08:40:29 +1000
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark
Date: Fri Sep 30 06:40:26 2005
New Revision: 2857
Modified:
trunk/src/updates.c
Log:
not only win32 that does not compile....
Modified: trunk/src/updates.c
==============================================================================
--- trunk/src/updates.c (original)
+++ trunk/src/updates.c Fri Sep 30 06:40:26 2005
@@ -53,7 +53,7 @@
}
dns_lookup( mqs.hostname, adns_r_a, GotUpdateAddress, NULL );
dlog(DEBUG1, "Updates Initialized successfully");
-#endif /* WIN32 */
+#endif
return NS_SUCCESS;
}
@@ -93,7 +93,7 @@
if (MQHasBytesToOutPut(mqsgw)) {
MGDoOutput(mqsgw, ~0, MQSSendSock, NULL);
}
-#endif /* WIN32 */
+#endif
break;
}
return NS_FAILURE;