X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fconfig%2Fparam.sunx86_54.h;h=5cd670f20c1bc3d6dae85365921b0df0a14c0889;hp=10c0d2839ebb6d0b5c7a92df099d98d960f49fd4;hb=f17fe1ca6ab87af672e4ac1b42c5478c8e13cf1e;hpb=3143375715434a104633241aa1959df15b9e51e8 diff --git a/src/config/param.sunx86_54.h b/src/config/param.sunx86_54.h index 10c0d28..5cd670f 100644 --- a/src/config/param.sunx86_54.h +++ b/src/config/param.sunx86_54.h @@ -1,3 +1,6 @@ +#ifndef UKERNEL +/* This section for kernel libafs compiles only */ + /* * Copyright 2000, International Business Machines Corporation and others. * All Rights Reserved. @@ -25,6 +28,8 @@ #define AFS_SUN54_ENV 1 #define AFS_X86_ENV 1 +#define AFS_HAVE_FLOCK_SYSID 1 + #include #define AFS_GLOBAL_SUNLOCK 1 /* For global locking */ @@ -73,3 +78,10 @@ #endif /* AFS_PARAM_H */ + +#else /* !defined(UKERNEL) */ + +/* This section for user space compiles only */ + + +#endif /* !defined(UKERNEL) */