Changeset 876ca61caf4e64c6bfab8b212d12e198d7c2ed11
- Timestamp:
- 03/16/09 18:30:26
(4 years ago)
- Author:
- Mark Harrison <mark@omniti.com>
- git-committer:
- Mark Harrison <mark@omniti.com> 1237228226 +0000
- git-parent:
[022695f26460c3bceadbf20f21b48fa53598dbd2]
- git-author:
- Mark Harrison <mark@omniti.com> 1237228226 +0000
- Message:
work on Linux, refs #101
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r84fddd1 |
r876ca61 |
|
| 14 | 14 | #include <sys/ioctl.h> |
|---|
| 15 | 15 | #include <sys/uio.h> |
|---|
| | 16 | #ifdef HAVE_SYS_WAIT_H |
|---|
| | 17 | #include <sys/wait.h> |
|---|
| | 18 | #endif |
|---|
| 16 | 19 | #ifdef HAVE_SYS_FILIO_H |
|---|
| 17 | 20 | #include <sys/filio.h> |
|---|