]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-bugfix.patch
- new, updated index format
[packages/poldek.git] / poldek-bugfix.patch
CommitLineData
c5658f75
MM
1diff -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.028453 seconds and 4 git commands to generate.