]> sourceware.org Git - systemtap.git/commitdiff
Move the comment for STP_MAX_PROCFS_FILES closer
authorJosh Stone <jistone@redhat.com>
Thu, 4 Aug 2011 19:44:14 +0000 (12:44 -0700)
committerJosh Stone <jistone@redhat.com>
Thu, 4 Aug 2011 19:44:14 +0000 (12:44 -0700)
runtime/procfs.c

index 63962523e04bc7886b32767ec953c9c4d3c5fd66..3587f62d06d1596003e55ba42c073ea2bd1e1f9c 100644 (file)
@@ -9,14 +9,13 @@
  * later version.
  */
 
+#ifndef _STP_PROCFS_C_
+#define _STP_PROCFS_C_
+
 /* The maximum number of files AND directories that can be opened.
  * It would be great if the translator would emit this based on the actual
  * number of needed files.
  */
-
-#ifndef _STP_PROCFS_C_
-#define _STP_PROCFS_C_
-
 #ifndef STP_MAX_PROCFS_FILES
 #define STP_MAX_PROCFS_FILES 16
 #endif
This page took 0.029166 seconds and 5 git commands to generate.