projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2def476
)
Fix typo in recent Win32 typedef change.
author
Bruce Momjian
Tue, 5 Oct 2004 14:27:07 +0000
(14:27 +0000)
committer
Bruce Momjian
Tue, 5 Oct 2004 14:27:07 +0000
(14:27 +0000)
src/include/port/win32.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/port/win32.h
b/src/include/port/win32.h
index 4b04e0925764fdd77db2d4805675f3cd24e36b6a..1b79271719a081966e23dd6f3beb79bb4cc5b147 100644
(file)
--- a/
src/include/port/win32.h
+++ b/
src/include/port/win32.h
@@
-1,4
+1,4
@@
-/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.3
5 2004/10/05 13:48:35
momjian Exp $ */
+/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.3
6 2004/10/05 14:27:07
momjian Exp $ */
/* undefine and redefine after #include */
#undef mkdir
@@
-196,7
+196,7
@@
int setitimer(int which, const struct itimerval * value, struct itimerval * ov
*/
typedef int uid_t;
typedef int gid_t;
-typdef long key_t;
+typ
e
def long key_t;
/*
* Supplement to
.