|
66 | 66 | * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group |
67 | 67 | * Portions Copyright (c) 1994, Regents of the University of California |
68 | 68 | * |
69 | | - * $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.144 2005/12/1720:39:16 momjian Exp $ |
| 69 | + * $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.145 2005/12/1721:08:24 momjian Exp $ |
70 | 70 | * |
71 | 71 | *------------------------------------------------------------------------- |
72 | 72 | */ |
@@ -728,7 +728,7 @@ typedef unsigned long slock_t; |
728 | 728 | #endif/* __sgi */ |
729 | 729 |
|
730 | 730 |
|
731 | | -#if defined(sinix)/*Sinux */ |
| 731 | +#if defined(sinix)/*Sinix */ |
732 | 732 | /* |
733 | 733 | * SINIX / Reliant UNIX |
734 | 734 | * slock_t is defined as a struct abilock_t, which has a single unsigned long |
|