diff options
| -rw-r--r-- | io.c | 4 | ||||
| -rw-r--r-- | util.c | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -33,7 +33,7 @@ #include "defs.h" #include <fcntl.h> -#if HAVE_SYS_UIO_H +#ifdef HAVE_SYS_UIO_H #include <sys/uio.h> #endif @@ -74,7 +74,7 @@ sys_write(struct tcb *tcp) return 0; } -#if HAVE_SYS_UIO_H +#ifdef HAVE_SYS_UIO_H void tprint_iov(tcp, len, addr) struct tcb * tcp; @@ -42,7 +42,7 @@ #endif #include <sys/param.h> #include <fcntl.h> -#if HAVE_SYS_UIO_H +#ifdef HAVE_SYS_UIO_H #include <sys/uio.h> #endif #ifdef SUNOS4 @@ -643,7 +643,7 @@ printstr(struct tcb *tcp, long addr, int len) tprintf("%s", outstr); } -#if HAVE_SYS_UIO_H +#ifdef HAVE_SYS_UIO_H void dumpiov(tcp, len, addr) struct tcb * tcp; |
