patch-2.2.18 linux/include/linux/soundcard.h
Next file: linux/include/linux/spinlock.h
Previous file: linux/include/linux/sockios.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Wed Nov 1 16:56:04 2000
- Orig file:
v2.2.17/include/linux/soundcard.h
- Orig date:
Fri Apr 21 12:47:01 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/include/linux/soundcard.h linux/include/linux/soundcard.h
@@ -76,8 +76,8 @@
*/
#ifndef _SIOWR
-#if defined(_IOWR) && (defined(_AIX) || (!defined(sun) && !defined(sparc) && !defined(__INCioctlh) && !defined(__Lynx__)))
-/* Use already defined ioctl defines if they exist (except with Sun) */
+#if defined(_IOWR) && (defined(_AIX) || (!defined(sun) && !defined(sparc) && !defined(__sparc__) && !defined(__INCioctlh) && !defined(__Lynx__)))
+/* Use already defined ioctl defines if they exist (except with Sun or Sparc) */
#define SIOCPARM_MASK IOCPARM_MASK
#define SIOC_VOID IOC_VOID
#define SIOC_OUT IOC_OUT
@@ -179,7 +179,7 @@
* Some big endian/little endian handling macros
*/
-#if defined(_AIX) || defined(AIX) || defined(sparc) || defined(HPPA) || defined(PPC)
+#if defined(_AIX) || defined(AIX) || defined(sparc) || defined(__sparc__) || defined(HPPA) || defined(PPC)
/* Big endian machines */
# define _PATCHKEY(id) (0xfd00|id)
# define AFMT_S16_NE AFMT_S16_BE
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)