freebsd-ports/games/quakeforge/files/patch-include-netmain.h
Pav Lucistnik 02d0b724c1 - Fix the detection of libvorbis (broken, due to version bump)
- Fix a bug in the network code, found by Vladimir Machulsky
- Use DOCSDIR
- Bump PORTREVISION

PR:		ports/61902
Submitted by:	Ulrich Spoerlein <q@uni.de> (maintainer)
2004-01-25 20:39:30 +00:00

11 lines
245 B
C

--- 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];
};