fix compile on os x
authorHeikki Lindholm <holin@iki.fi>
Mon, 8 Feb 2010 18:15:28 +0000 (18:15 +0000)
committerHeikki Lindholm <holin@iki.fi>
Mon, 8 Feb 2010 18:15:28 +0000 (18:15 +0000)
src/fs/gnunet-service-fs.c
src/fs/gnunet-service-fs_drq.c
src/fs/gnunet-service-fs_indexing.c

index 19f05d247382fa760d1b2bdfd5d9debdb0835314..ffda521dd28d2d760071ab43924b6649dfa27a7d 100644 (file)
@@ -530,7 +530,7 @@ static struct GNUNET_SCHEDULER_Handle *sched;
 /**
  * Our configuration.
  */
-const struct GNUNET_CONFIGURATION_Handle *cfg;
+static const struct GNUNET_CONFIGURATION_Handle *cfg;
 
 /**
  * Map of peer identifiers to "struct ConnectedPeer" (for that peer).
index 27db8263def601d64ec7b520bc949c73169d2d1c..cb941c72bcbd3468fe578b510121b01e0a11ae80 100644 (file)
@@ -90,7 +90,7 @@ static struct GNUNET_SCHEDULER_Handle *sched;
 /**
  * Our configuration.
  */
-const struct GNUNET_CONFIGURATION_Handle *cfg;
+static const struct GNUNET_CONFIGURATION_Handle *cfg;
 
 /**
  * Head of request queue for the datastore, sorted by timeout.
index de569f7cae5f6e65c12e0c0e4c23e61c5bae5a72..f6fd3f664e21ecd7b4387face8b0ccc3898e01f4 100644 (file)
@@ -92,7 +92,7 @@ static struct GNUNET_SCHEDULER_Handle *sched;
 /**
  * Our configuration.
  */
-const struct GNUNET_CONFIGURATION_Handle *cfg;
+static const struct GNUNET_CONFIGURATION_Handle *cfg;
 
 
 /**