From 5fdb45adb91bf0cb1e0f38e153d23f8c364e53f3 Mon Sep 17 00:00:00 2001
From: zam <zam>
Date: Mon, 23 Apr 2007 20:21:46 +0000
Subject: [PATCH] b=11875 modify top-level
 lnet/include/libcfs/libcfs.h,kp30.h,portals_utils.h files to conditionally
 include header files for solaris port.

create Solaris port files and shared posix-*.[ch] files for both
Linux and Solaris ports.

The posix-*.[ch] files are currently noop
(posix threads API calls should be added there).
---
 build/autoconf/lustre-build.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/autoconf/lustre-build.m4 b/build/autoconf/lustre-build.m4
index 77117ef01d..85acefaf9c 100644
--- a/build/autoconf/lustre-build.m4
+++ b/build/autoconf/lustre-build.m4
@@ -488,7 +488,7 @@ AC_SUBST(SYSIO)
 
 LB_LINUX_CONDITIONALS
 LB_DARWIN_CONDITIONALS
-LB_SUNOS_CONDITIONALS
+# LB_SUNOS_CONDITIONALS
 
 LN_CONDITIONALS
 LC_CONDITIONALS
-- 
GitLab