From 52436f757f805561b0866ad87788f258c085bbf2 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sat, 21 Oct 2000 21:57:39 +0000 Subject: int32_t -> int This broke on -current, because int32_t isn't defined by default. In addition, it's kinda dumb to do this in one particular place, leaving the rest of the structures defined to use non-fixed types. --- games/xdoom/patches/patch-av | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/xdoom') diff --git a/games/xdoom/patches/patch-av b/games/xdoom/patches/patch-av index 69679e8594d..ad8b3d222cd 100644 --- a/games/xdoom/patches/patch-av +++ b/games/xdoom/patches/patch-av @@ -1,4 +1,4 @@ -$NetBSD: patch-av,v 1.1 2000/02/03 16:01:16 abs Exp $ +$NetBSD: patch-av,v 1.2 2000/10/21 21:57:39 mycroft Exp $ --- 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 @@ -9,8 +9,8 @@ $NetBSD: patch-av,v 1.1 2000/02/03 16:01:16 abs Exp $ - int numlumps; - int infotableofs; - -+ int32_t numlumps __attribute__ ((packed)); -+ int32_t infotableofs __attribute__ ((packed)); ++ int numlumps __attribute__ ((packed)); ++ int infotableofs __attribute__ ((packed)); } wadinfo_t; -- cgit v1.2.3