blob: 0e0d4b5d201fcf649e69e84639bd6e75c31f46bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-rary_pstitle_c,v 1.1 2012/06/30 07:05:08 dholland Exp $
Fix build with gcc 4.5.
--- rary/pstitle.c~ 2008-12-23 20:55:11.000000000 +0000
+++ rary/pstitle.c
@@ -25,7 +25,7 @@ int IsBOW1_5();
int FS_maybeUnix();
int PSTITLE_DISABLE;
-struct { defQStr(p); } pstitle_area;
+struct pstitle_thingy { defQStr(p); } pstitle_area;
int pstitle_size;
int pstitle_leng;
int pstitle_lengmax = 2048;
|