Fix typo in lstat() macro exposed by new tablespace code.
authorBruce Momjian
Tue, 31 Aug 2004 11:25:33 +0000 (11:25 +0000)
committerBruce Momjian
Tue, 31 Aug 2004 11:25:33 +0000 (11:25 +0000)
src/include/port/win32.h

index d2a6a7fcf35907b64ccbd9a0084f8dd977173899..6de6959aafa67af0a11580f2666e9581a12475dc 100644 (file)
@@ -1,4 +1,4 @@
-/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.29 2004/08/29 05:06:57 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.30 2004/08/31 11:25:33 momjian Exp $ */
 
 /* undefine and redefine after #include */
 #undef mkdir
@@ -206,7 +206,7 @@ int         setitimer(int which, const struct itimerval * value, struct itimerval * ov
 /*
  * Supplement to .
  */
-#define lstat slat
+#define lstat stat
 
 /*
  * Supplement to .