diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-05-04 23:49:17 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-05-04 23:49:17 +0000 |
commit | f9322c66d3cc06b011c087e6016c461d0e78648e (patch) | |
tree | 83f7eed5cd9d75e872593ee64b715d53e393c51b /src/include/port/linux.h | |
parent | c73e186948288e60bbeb389fc250a34df2b4d33e (diff) | |
download | postgresql-f9322c66d3cc06b011c087e6016c461d0e78648e.tar.gz postgresql-f9322c66d3cc06b011c087e6016c461d0e78648e.zip |
Missed the __alpha__ to __alpha change...
From: David Gould <dg@illustra.com>
Diffstat (limited to 'src/include/port/linux.h')
-rw-r--r-- | src/include/port/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/port/linux.h b/src/include/port/linux.h index e18e6fbaa8d..4ac6684ee79 100644 --- a/src/include/port/linux.h +++ b/src/include/port/linux.h @@ -12,7 +12,7 @@ #if defined(PPC) typedef unsigned int slock_t; -#elif defined(__alpha__) +#elif defined(__alpha) typedef long int slock_t; #else /* i386 probably */ |