mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
18 lines
412 B
Plaintext
18 lines
412 B
Plaintext
$NetBSD: patch-aa,v 1.3 2015/12/29 04:04:29 dholland Exp $
|
|
|
|
--- pesstream.h.orig 2003-01-19 20:07:11.000000000 +0100
|
|
+++ pesstream.h 2006-08-01 13:42:44.000000000 +0200
|
|
@@ -25,9 +25,9 @@
|
|
private:
|
|
static int m_st_nr;
|
|
int m_nr;
|
|
- enum S_TYPE m_stype;
|
|
- class CBuffer * mp_cbuf;
|
|
- class xlist * mp_list;
|
|
+ S_TYPE m_stype;
|
|
+ CBuffer * mp_cbuf;
|
|
+ xlist * mp_list;
|
|
|
|
pthread_t mh_thread;
|
|
|