]> Zhao Yanbai Git Server - minix.git/commitdiff
Force SPROFILE=1 while compiling profile command
authorAntoine Leca <Antoine.Leca.1@gmail.com>
Wed, 8 Jun 2011 19:20:35 +0000 (21:20 +0200)
committerTomas Hruby <tom@minix3.org>
Fri, 8 Jul 2011 18:31:21 +0000 (20:31 +0200)
commands/profile/profile.c

index dd31c4e83e19375a36edc3b62831d01c8ae4b253..6c6b6e143b09603aea3cd2676a7b302459bdf535 100644 (file)
@@ -14,6 +14,8 @@
 #include <string.h>
 #include <unistd.h>
 #include <sys/stat.h>
+#undef SPROFILE
+#define SPROFILE 1
 #include <minix/profile.h>
 
 #define EHELP                  1