Improve the include guard to avoid conflicts with applications
authorBrian McGillion <brian.mcgillion@intel.com>
Thu, 15 Dec 2011 09:45:51 +0000 (11:45 +0200)
committerBrian McGillion <brian.mcgillion@intel.com>
Thu, 15 Dec 2011 09:45:51 +0000 (11:45 +0200)
libsmack/sys/smack.h

index 797cccd..1549ba0 100644 (file)
@@ -26,8 +26,8 @@
  * Smack user space library
  */
 
-#ifndef SMACK_H
-#define SMACK_H
+#ifndef _SYS_SMACK_H
+#define _SYS_SMACK_H
 
 #include <sys/types.h>
 
@@ -136,4 +136,4 @@ int smack_new_label_from_socket(int fd, char **label);
 }
 #endif
 
-#endif // SMACK_H
+#endif // _SYS_SMACK_H