X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fvenus%2Flock.h;h=e53c9382516edd762f5746934b6f1bbfc3ee5e7b;hp=72589ecf2dff23645619a7399e90e69e1f78fe0d;hb=800b103f0aff041dd9d9bb5581f0f2188776582c;hpb=fb5bcd00fc6f1560d7d02115a0b5beaa3014a0e7 diff --git a/src/venus/lock.h b/src/venus/lock.h index 72589ec..e53c938 100644 --- a/src/venus/lock.h +++ b/src/venus/lock.h @@ -7,11 +7,16 @@ * directory or online at http://www.openafs.org/dl/license10.html */ -#if !defined(lint) && !defined(LOCORE) && defined(RCS_HDRS) -#endif +#error I thought venus/lock.h was never included, what's going on? + +#if 0 +/* I believe this file is never actually used */ + #ifndef __AFSLOCK_INCLUDE__ #define __AFSLOCK_INCLUDE__ 1 +#warning UMR-INCLUDE venus/lock.h + /*******************************************************************\ * * * Information Technology Center * @@ -187,3 +192,6 @@ can use the locks above to solve this problem, and we do. */ #endif /* __AFSLOCK_INCLUDE__ */ + + +#endif