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

index 19f70fe62b791eddc69840ac25796e748b25b1e5..b4563aee933314248481db06f7b9d034d11e5c16 100644 (file)
@@ -25,6 +25,7 @@
 #include <unistd.h>
 #include <err.h>
 
+#include "c.h"
 #include "nls.h"
 
 #define dbg(format, arg...) \
 # define N_PPS 18
 #endif
 
-#ifndef ARRAY_SIZE
-# define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
-#endif
-
 /* attach a line discipline ioctl */
 #ifndef TIOCSETD
 # define TIOCSETD   0x5423