]> git.pld-linux.org Git - packages/strace.git/blame - strace-putmsg.patch
4.3; need alpha && sparc testers
[packages/strace.git] / strace-putmsg.patch
CommitLineData
ed799d14
AM
1diff -urN strace-4.3.org/stream.c strace-4.3/stream.c
2--- strace-4.3.org/stream.c Wed Apr 4 19:25:52 2001
3+++ strace-4.3/stream.c Wed Apr 4 20:22:05 2001
4@@ -36,13 +36,8 @@
5 #ifdef HAVE_SYS_POLL_H
de4e0a62 6 #include <sys/poll.h>
ed799d14 7 #endif
de4e0a62
JR
8+#include <stropts.h>
9
10-#define RS_HIPRI 1
11-struct strbuf {
12- int maxlen; /* no. of bytes in buffer */
13- int len; /* no. of bytes returned */
14- char *buf; /* pointer to data */
15-};
16 #define MORECTL 1
17 #define MOREDATA 2
18
This page took 0.026892 seconds and 4 git commands to generate.