Skip to content
Snippets Groups Projects
Commit 4d47db36 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Fix typo in recent Win32 typedef change.

parent 2def476d
No related branches found
No related tags found
No related merge requests found
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.35 2004/10/05 13:48:35 momjian Exp $ */ /* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.36 2004/10/05 14:27:07 momjian Exp $ */
/* undefine and redefine after #include */ /* undefine and redefine after #include */
#undef mkdir #undef mkdir
...@@ -196,7 +196,7 @@ int setitimer(int which, const struct itimerval * value, struct itimerval * ov ...@@ -196,7 +196,7 @@ int setitimer(int which, const struct itimerval * value, struct itimerval * ov
*/ */
typedef int uid_t; typedef int uid_t;
typedef int gid_t; typedef int gid_t;
typdef long key_t; typedef long key_t;
/* /*
* Supplement to <sys/stat.h>. * Supplement to <sys/stat.h>.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment