Renamed the idempotency identifier to match the file name.

This commit is contained in:
Bruce Evans 2002-06-07 14:37:09 +00:00
parent 363ba2bcfd
commit 1fe7722cb5

View File

@ -28,8 +28,8 @@
* $FreeBSD$
*/
#ifndef _SYS_LOCK_TYPES_H_
#define _SYS_LOCK_TYPES_H_
#ifndef _SYS__LOCK_H_
#define _SYS__LOCK_H_
struct lock_object {
struct lock_class *lo_class;
@ -40,4 +40,4 @@ struct lock_object {
struct witness *lo_witness;
};
#endif /* !_SYS_LOCK_TYPES_H_ */
#endif /* !_SYS__LOCK_H_ */