Blob Blame History Raw
# HG changeset patch
# User dan@localhost.localdomain
# Date 1207816788 -7200
# Node ID b2122f4a4301195e1d18ce296410a358f2a8eb01
# Parent  c14a330b40aafef223c132939f96c94373e248ed
ppc cleanup

diff --git a/src/linux/syscall-linux.c b/src/linux/syscall-linux.c
--- a/src/linux/syscall-linux.c
+++ b/src/linux/syscall-linux.c
@@ -2251,8 +2251,10 @@ doSyscall (HWORD num, REG arg0, REG arg1
 	case TIOCSERSETMULTI:	/* Set multiport config */
 	case TIOCMIWAIT:	/* wait for a change on serial input line(s) */
 	case TIOCGICOUNT:	/* read serial port inline interrupt counts */
+#if !defined(__PPC__) && !defined(__PPC64__) && !defined(__s390__) && !defined(__s390x__)
 	case TIOCGHAYESESP:	/* Get Hayes ESP configuration */
 	case TIOCSHAYESESP:	/* Set Hayes ESP configuration */
+#endif
 	case SIOCRTMSG:	/* call to routing system	*/
 	case SIOCSIFLINK:	/* set iface channel		*/
 	case SIOCGIFMEM:	/* get memory address (BSD)	*/