]> Pileus Git - ~andy/fetchmail/blobdiff - interface.c
Fix a compilation screwup.
[~andy/fetchmail] / interface.c
index 936b5bf94e24f9e497f5f64367a6b0ca74333e9f..794bb9801464a481f9d18af7c28388fc8bc492eb 100644 (file)
@@ -57,8 +57,6 @@ struct interface_pair_s {
 
 static char *netdevfmt;
 
-#if defined(linux)
-
 /*
  * Count of packets to see on an interface before monitor considers it up.
  * Needed because when pppd shuts down the link, the packet counts go up
@@ -67,6 +65,8 @@ static char *netdevfmt;
  */
 #define MONITOR_SLOP           5
 
+#if defined(linux)
+
 void interface_init(void)
 /* figure out which /proc/dev/net format to use */
 {