mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
16 lines
440 B
Plaintext
16 lines
440 B
Plaintext
$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 *);
|