diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-06-11 15:01:29 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-06-11 15:01:29 +0000 |
commit | bd470ba47e6a99c4667ac8e5e2435d0d33868e2f (patch) | |
tree | 3bdab5edfc7fab5640802fbf7411ec37f9dbb9af /src | |
parent | f4de72cc6be275c75df01926fd316ee1d22865ef (diff) | |
download | postgresql-bd470ba47e6a99c4667ac8e5e2435d0d33868e2f.tar.gz postgresql-bd470ba47e6a99c4667ac8e5e2435d0d33868e2f.zip |
Hi,
please apply the included patch. It corrects the headers in src/win32 -
there are some missing #endif.
Dan
Diffstat (limited to 'src')
-rw-r--r-- | src/win32/endian.h | 2 | ||||
-rw-r--r-- | src/win32/un.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/win32/endian.h b/src/win32/endian.h index b8a646ab9fa..534933f01c8 100644 --- a/src/win32/endian.h +++ b/src/win32/endian.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_ */ diff --git a/src/win32/un.h b/src/win32/un.h index ca43303fa5e..55f9b06d7c2 100644 --- a/src/win32/un.h +++ b/src/win32/un.h @@ -8,3 +8,5 @@ struct sockaddr_un short sun_family; /* AF_UNIX */ char sun_path[108]; /* path name (gag) */ }; + +#endif /* _SYS_UN_H */ |