Index: network.c
===================================================================
--- network.c	(revision 264)
+++ network.c	(revision 265)
@@ -985,10 +985,9 @@
     {
     int player_count;
     int player_max;
-    int dec;
-#ifdef linux
+    int dec;
     int i;
-#else
+#ifndef linux
     struct sockaddr_in sock;
 #endif