fileserver-largefile-support-20020109
[openafs.git] / src / venus / lock.h
index 72589ec..e53c938 100644 (file)
@@ -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