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

                        Dan
This commit is contained in:
Bruce Momjian 1999-06-11 15:01:29 +00:00
parent f4de72cc6b
commit bd470ba47e
2 changed files with 4 additions and 0 deletions

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

View File

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