Changeset 7155955 for filterproc.c
- Timestamp:
- Apr 4, 2013, 2:04:17 AM (12 years ago)
- Branches:
- master, release-1.10
- Children:
- 25d7236
- Parents:
- 13a39ae8
- git-author:
- Anders Kaseorg <andersk@mit.edu> (12/10/12 23:28:55)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (04/04/13 02:04:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
filterproc.c
r3496369 r7155955 1 #include " owl.h"1 #include "filterproc.h" 2 2 #include <sys/wait.h> 3 #include <fcntl.h> 4 #include <glib.h> 3 5 #include <poll.h> 6 #include <string.h> 7 #include <unistd.h> 4 8 5 9 /* Even in case of error, send_receive is responsible for closing wfd
Note: See TracChangeset
for help on using the changeset viewer.