From f5a477788ed49d3c15e2080c03d30d4beaeefee3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 26 Jun 2003 22:40:42 +0000 Subject: 2003-06-26 Roland McGrath * 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. --- sock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sock.c') diff --git a/sock.c b/sock.c index 285a69a..7d1f244 100644 --- a/sock.c +++ b/sock.c @@ -35,7 +35,7 @@ #include #endif -#if defined (ALPHA) || defined(SH) || defined(SHMEDIA) +#if defined (ALPHA) || defined(SH) || defined(SH64) #ifdef HAVE_SYS_IOCTL_H #include #elif defined(HAVE_IOCTLS_H) -- cgit v1.2.3