Changes in filterproc.c [3496369:7155955]
- 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.