patch-2.4.20 linux-2.4.20/ipc/util.h
Next file: linux-2.4.20/kernel/exit.c
Previous file: linux-2.4.20/ipc/util.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/ipc/util.h
- Orig date:
Mon Feb 19 10:18:18 2001
diff -urN linux-2.4.19/ipc/util.h linux-2.4.20/ipc/util.h
@@ -99,8 +99,8 @@
void kernel_to_ipc64_perm(struct kern_ipc_perm *in, struct ipc64_perm *out);
void ipc64_perm_to_ipc_perm(struct ipc64_perm *in, struct ipc_perm *out);
-#ifdef __ia64__
- /* On IA-64, we always use the "64-bit version" of the IPC structures. */
+#if defined(__ia64__) || defined(__hppa__)
+ /* On IA-64 and PA-RISC, we always use the "64-bit version" of the IPC structures. */
# define ipc_parse_version(cmd) IPC_64
#else
int ipc_parse_version (int *cmd);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)