Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2e88d29

Browse files
committed
Fix typo in lstat() macro exposed by new tablespace code.
1 parent 8c603f2 commit 2e88d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/port/win32.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.29 2004/08/29 05:06:57 momjian Exp $ */
1+
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.30 2004/08/31 11:25:33 momjian Exp $ */
22

33
/* undefine and redefine after #include */
44
#undef mkdir
@@ -206,7 +206,7 @@ int setitimer(int which, const struct itimerval * value, struct itimerval * ov
206206
/*
207207
* Supplement to <sys/stat.h>.
208208
*/
209-
#define lstat slat
209+
#define lstat stat
210210

211211
/*
212212
* Supplement to <errno.h>.

0 commit comments

Comments
 (0)