missing #endif in win32 specific headers
Started by Horak Danielover 26 years ago2 messages
Hi,
please apply the included patch. It corrects the headers in src/win32 -
there are some missing #endif.
Dan
----------------------------------------------
Daniel Horak
network and system administrator
e-mail: horak@mmp.plzen-city.cz
privat e-mail: dan.horak@email.cz ICQ:36448176
----------------------------------------------
Attachments:
win32.diffapplication/octet-stream; name=win32.diffDownload
--- endian.h.old Tue Jun 01 13:51:16 1999
+++ src/win32/endian.h Fri Jun 11 15:43:10 1999
@@ -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_ */
--- un.h.old Tue Jun 01 13:51:16 1999
+++ src/win32/un.h Fri Jun 11 15:43:47 1999
@@ -8,3 +8,5 @@
short sun_family; /* AF_UNIX */
char sun_path[108]; /* path name (gag) */
};
+
+#endif /* _SYS_UN_H */
Re: [HACKERS] missing #endif in win32 specific headers
Applied.
[Charset iso-8859-2 unsupported, filtering to ASCII...]
Hi,
please apply the included patch. It corrects the headers in src/win32 -
there are some missing #endif.Dan
----------------------------------------------
Daniel Horak
network and system administrator
e-mail: horak@mmp.plzen-city.cz
privat e-mail: dan.horak@email.cz ICQ:36448176
----------------------------------------------
[Attachment, skipping...]
--
Bruce Momjian | http://www.op.net/~candle
maillist@candle.pha.pa.us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026