Skip to content

Commit 4d47db3

Browse files
committed
Fix typo in recent Win32 typedef change.
1 parent 2def476 commit 4d47db3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/port/win32.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.35 2004/10/05 13:48:35 momjian Exp $ */
1+
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.36 2004/10/05 14:27:07 momjian Exp $ */
22

33
/* undefine and redefine after #include */
44
#undef mkdir
@@ -196,7 +196,7 @@ int setitimer(int which, const struct itimerval * value, struct itimerval * ov
196196
*/
197197
typedef int uid_t;
198198
typedef int gid_t;
199-
typdef long key_t;
199+
typedef long key_t;
200200

201201
/*
202202
* Supplement to <sys/stat.h>.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy