[hipl-commit] [trunk] Rev 4402: Add missing multiple inclusion guards.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 22 Apr 2010 13:04:31 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 22/04/2010 at 13:04:31
Revision: 4402
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Add missing multiple inclusion guards.

Modified:
  M  lib/ipsec/policy_parse.h

=== modified file 'lib/ipsec/policy_parse.h'
--- lib/ipsec/policy_parse.h    2010-03-29 19:28:37 +0000
+++ lib/ipsec/policy_parse.h    2010-04-22 10:04:20 +0000
@@ -1,3 +1,6 @@
+#ifndef IPSEC_POLICY_PARSE_H
+#define IPSEC_POLICY_PARSE_H
+
 #include <stdint.h>
 
 #define DIR 257
@@ -25,3 +28,5 @@
     } val;
 } YYSTYPE;
 extern YYSTYPE __libipseclval;
+
+#endif /* IPSEC_POLICY_PARSE_H */

Other related posts:

  • » [hipl-commit] [trunk] Rev 4402: Add missing multiple inclusion guards. - Diego Biurrun