pkgsrc/games/abuse/patches/patch-ao
joerg 260021a549 Add DragonFly to the systems with socklen_t. Remove an useless
make_block call which depends on the size of FILE.
2005-11-11 15:20:41 +00:00

12 lines
330 B
Text

$NetBSD: patch-ao,v 1.1 2005/11/11 15:20:41 joerg Exp $
--- imlib/mdlread.c.orig 2005-11-11 14:47:29.000000000 +0000
+++ imlib/mdlread.c
@@ -110,7 +110,6 @@ image **read_mdl(char *fn, palette *&pal
char buf[50];
unsigned short xy[2],i,j;
clear_errors();
- make_block(sizeof(FILE));
im=NULL;
total=0;
startn--;