Index: win32.h =================================================================== RCS file: /cvsroot/pgsql-server/src/include/port/win32.h,v retrieving revision 1.29 retrieving revision 1.31 diff -c -c -r1.29 -r1.31 *** win32.h 29 Aug 2004 05:06:57 -0000 1.29 --- win32.h 31 Aug 2004 11:29:56 -0000 1.31 *************** *** 206,212 **** /* * Supplement to . */ ! #define lstat slat /* * Supplement to . --- 206,212 ---- /* * Supplement to . */ ! #define lstat(path, sb) stat((path), (sb)) /* * Supplement to .