]> sourceware.org Git - systemtap.git/commitdiff
Fix multiple inclusion guard macro in runtime/compatdefs.h.
authorDavid Smith <dsmith@redhat.com>
Thu, 6 Jun 2013 21:04:56 +0000 (16:04 -0500)
committerDavid Smith <dsmith@redhat.com>
Thu, 6 Jun 2013 21:04:56 +0000 (16:04 -0500)
runtime/compatdefs.h

index 7fac064a129892743d37ef47e7945e2f88bbb8fb..e256dcc8a13e59a0c5c5d2525b15da62cbcc37a9 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #ifndef _STP_COMPAT_H_ /* -*- linux-c -*- */
-#define _STP_COMPAT_H
+#define _STP_COMPAT_H_
 
 #ifdef CONFIG_COMPAT
 
This page took 0.027507 seconds and 5 git commands to generate.