Commit bd470ba4 authored by Bruce Momjian's avatar Bruce Momjian

Hi,

please apply the included patch. It corrects the headers in src/win32 -
there are some missing #endif.

                        Dan
parent f4de72cc
...@@ -4,3 +4,5 @@ ...@@ -4,3 +4,5 @@
/* JKR added file, all hacks will be in the files added, not in EGCS */ /* JKR added file, all hacks will be in the files added, not in EGCS */
#include <sys/param.h> #include <sys/param.h>
#endif /* _ENDIAN_H_ */
...@@ -8,3 +8,5 @@ struct sockaddr_un ...@@ -8,3 +8,5 @@ struct sockaddr_un
short sun_family; /* AF_UNIX */ short sun_family; /* AF_UNIX */
char sun_path[108]; /* path name (gag) */ char sun_path[108]; /* path name (gag) */
}; };
#endif /* _SYS_UN_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment