18 lines
408 B
Plaintext
18 lines
408 B
Plaintext
$NetBSD: patch-aa,v 1.2 2006/08/01 12:50:23 mjl 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;
|
|
|