X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lnet%2Finclude%2Flibcfs%2Ftypes.h;fp=lnet%2Finclude%2Flibcfs%2Ftypes.h;h=71dd7fb1e1ca3e135e9762c3160812687f8b062a;hb=ed88907a96ba81d3558e71ade9def98bdc785169;hp=0000000000000000000000000000000000000000;hpb=f7a2d07e30db3462880feb00a0461ee056b225c6;p=fs%2Flustre-release.git diff --git a/lnet/include/libcfs/types.h b/lnet/include/libcfs/types.h new file mode 100755 index 0000000..71dd7fb --- /dev/null +++ b/lnet/include/libcfs/types.h @@ -0,0 +1,17 @@ +#ifndef _LIBCFS_TYPES_H +#define _LIBCFS_TYPES_H + +/* + * This file was inttroduced to resolve XT3 (Catamount) build issues. + * The orignal idea was to move here however at + * the time of this writing + * it's unclear what external dependencies are tied + * to that file (It's not just some source file #including it) + * there is some build/packaging infrastructure that includes it. + * Hopefully that will be resolved shortly, that file will + * be removed, its contents copied here and this comment can be deleted. + */ + +#include + +#endif