]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-bugfix.patch
- type fixes, incl. SEGV on 64-bit archs
[packages/poldek.git] / poldek-bugfix.patch
1 diff -ur poldek-0.17.2-/vfile/p_open.h poldek-0.17.2/vfile/p_open.h
2 --- poldek-0.17.2-/vfile/p_open.h       Sat Mar  2 14:32:35 2002
3 +++ poldek-0.17.2/vfile/p_open.h        Tue Apr  9 14:15:14 2002
4 @@ -22,7 +22,7 @@
5  void p_st_destroy(struct p_open_st *pst);
6  
7  #define P_OPEN_KEEPSTDIN (1 << 0) /* don't close stdin */
8 -#define P_OPEN_OUTPTYS   (1 << 0) /* pass output through pseudo-tty */
9 +#define P_OPEN_OUTPTYS   (1 << 1) /* pass output through pseudo-tty */
10  
11  FILE *p_open(struct p_open_st *pst, unsigned flags, const char *cmd,
12               char *const argv[]);
This page took 0.036437 seconds and 3 git commands to generate.