summaryrefslogtreecommitdiffstats
path: root/schedutils/chrt.c
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:26:58 +0100
committerKarel Zak2006-12-07 00:26:58 +0100
commitbaf39af15b1fe8570e6430788ec7cd4959fbc5d9 (patch)
tree296fc44adb3751a15c4cf3038af8c308358e4004 /schedutils/chrt.c
parentImported from util-linux-2.13-pre1 tarball. (diff)
downloadkernel-qcow2-util-linux-baf39af15b1fe8570e6430788ec7cd4959fbc5d9.tar.gz
kernel-qcow2-util-linux-baf39af15b1fe8570e6430788ec7cd4959fbc5d9.tar.xz
kernel-qcow2-util-linux-baf39af15b1fe8570e6430788ec7cd4959fbc5d9.zip
Imported from util-linux-2.13-pre2 tarball.
Diffstat (limited to 'schedutils/chrt.c')
-rw-r--r--schedutils/chrt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedutils/chrt.c b/schedutils/chrt.c
index b61ed52ad..7adff1c4f 100644
--- a/schedutils/chrt.c
+++ b/schedutils/chrt.c
@@ -32,7 +32,7 @@
static void show_usage(const char *cmd)
{
- fprintf(stderr, "chrt version " VERSION "\n");
+ fprintf(stderr, "chrt (%s)\n", PACKAGE_STRING);
fprintf(stderr, "usage: %s [options] [prio] [pid | cmd [args...]]\n",
cmd);
fprintf(stderr, "manipulate real-time attributes of a process\n");
@@ -171,7 +171,7 @@ int main(int argc, char *argv[])
verbose = 1;
break;
case 'V':
- printf("chrt version " VERSION "\n");
+ printf("chrt (%s)\n", PACKAGE_STRING);
return 0;
case 'h':
ret = 0;