diff options
Diffstat (limited to 'src/include/storage/lock.h')
| -rw-r--r-- | src/include/storage/lock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/storage/lock.h b/src/include/storage/lock.h index b5f20b3cb81..e21d0ff5068 100644 --- a/src/include/storage/lock.h +++ b/src/include/storage/lock.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: lock.h,v 1.57 2001/10/25 05:50:10 momjian Exp $ + * $Id: lock.h,v 1.58 2001/10/28 06:26:09 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -251,4 +251,5 @@ extern void InitDeadLockChecking(void); extern void DumpLocks(void); extern void DumpAllLocks(void); #endif + #endif /* LOCK_H */ |
