From 4d47db363bd42097b4ca96c28278e5d4a041dbca Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Tue, 5 Oct 2004 14:27:07 +0000
Subject: [PATCH] Fix typo in recent Win32 typedef change.

---
 src/include/port/win32.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/port/win32.h b/src/include/port/win32.h
index 4b04e092576..1b79271719a 100644
--- 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.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 */
 #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;
+typedef long key_t;
 
 /*
  * Supplement to <sys/stat.h>.
-- 
GitLab