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

                        Dan
REL6_5_PATCHES
Bruce Momjian 27 years ago
parent f4de72cc6b
commit bd470ba47e
  1. 2
      src/win32/endian.h
  2. 2
      src/win32/un.h

@ -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_ */

@ -8,3 +8,5 @@ struct sockaddr_un
short sun_family; /* AF_UNIX */
char sun_path[108]; /* path name (gag) */
};
#endif /* _SYS_UN_H */

Loading…
Cancel
Save