[hipl-dev] [Branch ~toxedvirus/hipl/hipfw-modules] Rev 5015: Add forgotten HIP_ prefix to the preprocessor header constants.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 09 Nov 2010 15:37:24 -0000

------------------------------------------------------------
revno: 5015
committer: Andrius Bentkus <andrius.bentkus@xxxxxxxxxxxxxx>
branch nick: hipfw-modules
timestamp: Tue 2010-11-09 16:34:12 +0100
message:
  Add forgotten HIP_ prefix to the preprocessor header constants.
modified:
  modules/midauth/firewall/midauth.h


--
lp:~toxedvirus/hipl/hipfw-modules
https://code.launchpad.net/~toxedvirus/hipl/hipfw-modules

Your team HIPL core team is subscribed to branch 
lp:~toxedvirus/hipl/hipfw-modules.
To unsubscribe from this branch go to 
https://code.launchpad.net/~toxedvirus/hipl/hipfw-modules/+edit-subscription
=== modified file 'modules/midauth/firewall/midauth.h'
--- modules/midauth/firewall/midauth.h  2010-11-09 15:27:55 +0000
+++ modules/midauth/firewall/midauth.h  2010-11-09 15:34:12 +0000
@@ -28,9 +28,9 @@
  * @author Andrius Bentkus <andrius.bentkus@xxxxxxxxxxxxxx>
  */
 
-#ifndef MODULES_FIREWALL_MIDAUTH_MIDAUTH_H
-#define MODULES_FIREWALL_MIDAUTH_MIDAUTH_H
+#ifndef HIP_MODULES_FIREWALL_MIDAUTH_MIDAUTH_H
+#define HIP_MODULES_FIREWALL_MIDAUTH_MIDAUTH_H
 
 int hip_midauth_init(void);
 
-#endif /* MODULES_FIREWALL_MIDAUTH_MIDAUTH_H */
+#endif /* HIP_MODULES_FIREWALL_MIDAUTH_MIDAUTH_H */

Other related posts:

  • » [hipl-dev] [Branch ~toxedvirus/hipl/hipfw-modules] Rev 5015: Add forgotten HIP_ prefix to the preprocessor header constants. - noreply