diff options
Diffstat (limited to 'games/quakeforge/files')
-rw-r--r-- | games/quakeforge/files/patch-include-netmain.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/quakeforge/files/patch-include-netmain.h b/games/quakeforge/files/patch-include-netmain.h new file mode 100644 index 000000000000..4bce735cb597 --- /dev/null +++ b/games/quakeforge/files/patch-include-netmain.h @@ -0,0 +1,11 @@ +--- include/netmain.h.orig Wed Feb 12 22:08:55 2003 ++++ include/netmain.h Thu Jan 22 17:33:55 2004 +@@ -34,7 +34,8 @@ + + struct qsockaddr + { +- short qsa_family; ++ unsigned char dummy; ++ unsigned char qsa_family; + unsigned char qsa_data[14]; + }; |