]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- don't use the same flag for openpty i keepstdin
authorMichal Moskal <michal@moskal.me>
Tue, 9 Apr 2002 12:16:12 +0000 (12:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-bugfix.patch -> 1.1

poldek-bugfix.patch [new file with mode: 0644]

diff --git a/poldek-bugfix.patch b/poldek-bugfix.patch
new file mode 100644 (file)
index 0000000..5296f6b
--- /dev/null
@@ -0,0 +1,12 @@
+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[]);
This page took 0.098383 seconds and 4 git commands to generate.