2000-10-21 23:57:39 +02:00
|
|
|
$NetBSD: patch-av,v 1.2 2000/10/21 21:57:39 mycroft Exp $
|
2000-02-03 17:01:14 +01:00
|
|
|
|
|
|
|
--- linuxdoom-1.10/w_wad.h.orig Mon Dec 22 20:25:32 1997
|
|
|
|
+++ linuxdoom-1.10/w_wad.h Thu Feb 3 01:34:03 2000
|
|
|
|
@@ -36,9 +36,8 @@
|
|
|
|
{
|
|
|
|
// Should be "IWAD" or "PWAD".
|
|
|
|
char identification[4];
|
|
|
|
- int numlumps;
|
|
|
|
- int infotableofs;
|
|
|
|
-
|
2000-10-21 23:57:39 +02:00
|
|
|
+ int numlumps __attribute__ ((packed));
|
|
|
|
+ int infotableofs __attribute__ ((packed));
|
2000-02-03 17:01:14 +01:00
|
|
|
} wadinfo_t;
|
|
|
|
|
|
|
|
|