Whamcloud - gitweb
LU-9897 utils: have lfs.c use lstddef.h
[fs/lustre-release.git] / lustre / utils / lfs.c
index 1753019..1bef5bf 100644 (file)
 #include <linux/lustre/lustre_param.h>
 #include <linux/lnet/nidstr.h>
 #include <lnetconfig/cyaml.h>
 #include <linux/lustre/lustre_param.h>
 #include <linux/lnet/nidstr.h>
 #include <lnetconfig/cyaml.h>
-
-#ifndef ARRAY_SIZE
-# define ARRAY_SIZE(a) ((sizeof(a)) / (sizeof((a)[0])))
-#endif /* !ARRAY_SIZE */
+#include "lstddef.h"
 
 /* all functions */
 static int lfs_find(int argc, char **argv);
 
 /* all functions */
 static int lfs_find(int argc, char **argv);