diff -ur poldek-0.17.2-/vfile/p_open.h poldek-0.17.2/vfile/p_open.h --- poldek-0.17.2-/vfile/p_open.h Sat Mar 2 14:32:35 2002 +++ poldek-0.17.2/vfile/p_open.h Tue Apr 9 14:15:14 2002 @@ -22,7 +22,7 @@ void p_st_destroy(struct p_open_st *pst); #define P_OPEN_KEEPSTDIN (1 << 0) /* don't close stdin */ -#define P_OPEN_OUTPTYS (1 << 0) /* pass output through pseudo-tty */ +#define P_OPEN_OUTPTYS (1 << 1) /* pass output through pseudo-tty */ FILE *p_open(struct p_open_st *pst, unsigned flags, const char *cmd, char *const argv[]);