[hipl-commit] [trunk] Rev 4361: Remove unnecessary #ifdef around extern variable declaration.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 20 Apr 2010 15:17:20 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 20/04/2010 at 15:17:20
Revision: 4361
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove unnecessary #ifdef around extern variable declaration.

Modified:
  M  firewall/firewall.h

=== modified file 'firewall/firewall.h'
--- firewall/firewall.h 2010-03-19 09:00:54 +0000
+++ firewall/firewall.h 2010-04-20 12:17:05 +0000
@@ -18,10 +18,7 @@
 extern int hip_kernel_ipsec_fallback;
 extern int hip_lsi_support;
 extern int esp_relay;
-#ifdef CONFIG_HIP_MIDAUTH
 extern int use_midauth;
-#endif
-
 extern int hip_fw_sock;
 extern int hip_fw_async_sock;

Other related posts:

  • » [hipl-commit] [trunk] Rev 4361: Remove unnecessary #ifdef around extern variable declaration. - Diego Biurrun