Lassi Kortela
|
0d95c386ac
|
Fix socket includes
|
2019-08-21 22:14:04 +03:00 |
Lassi Kortela
|
3751d83390
|
Remove unneeded prototypes using sockaddr_in
|
2019-08-10 00:16:30 +03:00 |
Lassi Kortela
|
e9d6ca265c
|
Unify preprocessor checks for win32
<https://sourceforge.net/p/predef/wiki/OperatingSystems/> says that _WIN32 is
always defined for both 32-bit and 64-bit versions of Windows.
|
2019-08-10 00:12:33 +03:00 |
Lassi Kortela
|
4f047eb187
|
Replace BSD bzero() with standard memset()
|
2019-08-09 21:57:26 +03:00 |
Lassi Kortela
|
45a7ec7bc4
|
Remove include protections
Since we no longer have recursive includes, we don't need them. Removing the
protections uncovered a couple of accidental double-includes: good.
|
2019-08-09 19:47:22 +03:00 |
Lassi Kortela
|
d6f54bc13c
|
Consolidate all C files into a "c" subdirectory
|
2019-08-09 15:02:58 +03:00 |