summaryrefslogtreecommitdiff
path: root/sock.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2003-06-26 22:40:42 +0000
committerRoland McGrath <roland@redhat.com>2003-06-26 22:40:42 +0000
commitf5a477788ed49d3c15e2080c03d30d4beaeefee3 (patch)
tree4eea0a7d211f086841379653d8f0ba922ee283f4 /sock.c
parent5f7ffc563ae8c2e287842442cfbc714dbda0f33e (diff)
downloadstrace-f5a477788ed49d3c15e2080c03d30d4beaeefee3.tar.gz
strace-f5a477788ed49d3c15e2080c03d30d4beaeefee3.tar.bz2
strace-f5a477788ed49d3c15e2080c03d30d4beaeefee3.tar.xz
2003-06-26 Roland McGrath <roland@redhat.com>
* configure.ac: SHMEDIA -> SH64 * defs.h: Likewise. * mem.c: Likewise. * process.c: Likewise. * sock.c: Likewise. * syscall.c: Likewise. * util.c: Likewise. * linux/shmedia/syscallent.h: Moved to ... * linux/sh64/syscallent.h: ... here.
Diffstat (limited to 'sock.c')
-rw-r--r--sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sock.c b/sock.c
index 285a69a..7d1f244 100644
--- a/sock.c
+++ b/sock.c
@@ -35,7 +35,7 @@
#include <sys/sockio.h>
#endif
-#if defined (ALPHA) || defined(SH) || defined(SHMEDIA)
+#if defined (ALPHA) || defined(SH) || defined(SH64)
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#elif defined(HAVE_IOCTLS_H)