]> err.no Git - util-linux/commitdiff
chrt: use c.h
authorKarel Zak <kzak@redhat.com>
Thu, 15 Oct 2009 23:01:48 +0000 (01:01 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 15 Oct 2009 23:01:48 +0000 (01:01 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
schedutils/chrt.c

index 7d6bb2dbcb596e6e1e2c79e42ec47710510fd557..6728ad3a0484811e8957941ce1b67bb7c1d38a2b 100644 (file)
@@ -29,6 +29,7 @@
 #include <errno.h>
 #include <err.h>
 
+#include "c.h"
 #include "nls.h"
 
 /* the SCHED_BATCH is supported since Linux 2.6.16
 # define SCHED_IDLE 5
 #endif
 
-#ifndef ARRAY_SIZE
-# define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
-#endif
-
 static void show_usage(int rc)
 {
        fprintf(stdout, _(