From 24299288cbc52aa999daa394d0f6f2a07800cac2 Mon Sep 17 00:00:00 2001 From: pschwan Date: Mon, 17 Feb 2003 18:44:21 +0000 Subject: [PATCH] merge b_devel into b_setattr. highlights: - kernel 2.5 and liblustre build changes - fixes to Makefile.am for 7.3-era versions of automake, which is quite possibly the worst piece of software with which I come in contact on a daily basis - small unlink fix --- lustre/tests/statmany.c | 1 + lustre/tests/wantedi.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lustre/tests/statmany.c b/lustre/tests/statmany.c index f6370e3..edfa47b 100644 --- a/lustre/tests/statmany.c +++ b/lustre/tests/statmany.c @@ -14,6 +14,7 @@ #if 0 #include #endif +#include #include #include diff --git a/lustre/tests/wantedi.c b/lustre/tests/wantedi.c index 426602f..94ed7495 100644 --- a/lustre/tests/wantedi.c +++ b/lustre/tests/wantedi.c @@ -10,8 +10,9 @@ #include #include #include -#include +#include #include +#include static int usage(char *prog, FILE *out) { -- 1.8.3.1