summaryrefslogtreecommitdiff
path: root/games/xevil/patches/patch-au
blob: f709316702d8c268ecda5ea1139f8bb37ce2d859 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-au,v 1.1 2008/08/17 23:50:06 dholland Exp $

--- cmn/utils.h~	2003-03-19 10:03:50.000000000 -0500
+++ cmn/utils.h	2008-08-17 19:21:44.000000000 -0400
@@ -376,8 +376,10 @@ public:
   int get_write_length() const {return get_write_length(len);}
   /* EFFECTS: write_length of this list */
 
+#if 0 /* unused and broken */
   void write(OutStreamP) const;
   /* EFFECTS: Write to stream. */  
+#endif
   
 
   void add(void *);