]> granicus.if.org Git - postgresql/commitdiff
Hi,
authorBruce Momjian <bruce@momjian.us>
Fri, 11 Jun 1999 15:01:29 +0000 (15:01 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 11 Jun 1999 15:01:29 +0000 (15:01 +0000)
please apply the included patch. It corrects the headers in src/win32 -
there are some missing #endif.

                        Dan

src/win32/endian.h
src/win32/un.h

index b8a646ab9fa1db8f1004774a6aef347004ed6af3..534933f01c827367bf4aaf4412eaacf8e8d0cb98 100644 (file)
@@ -4,3 +4,5 @@
 /* JKR added file, all hacks will be in the files added, not in EGCS */
 
 #include <sys/param.h>
+
+#endif /* _ENDIAN_H_ */
index ca43303fa5e4885a73e19c8a04952d30b34fd333..55f9b06d7c205bbfc3a26b649b2afc5ac6d58a91 100644 (file)
@@ -8,3 +8,5 @@ struct sockaddr_un
        short           sun_family;             /* AF_UNIX */
        char            sun_path[108];  /* path name (gag) */
 };
+
+#endif /* _SYS_UN_H */