Fix printstrbufarg's address argument to be long, not int

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/linux/syscall.h b/linux/syscall.h
index 39c0ff2..090b54c 100644
--- a/linux/syscall.h
+++ b/linux/syscall.h
@@ -98,7 +98,7 @@
 int sys_gethostname();
 int sys_getitimer();
 int sys_getpeername();
-int sys_getpmsg();
+int sys_getpmsg(); /* TODO: non-Linux, remove? */
 int sys_getpriority();
 int sys_getresuid();
 int sys_getrlimit();
@@ -181,7 +181,7 @@
 int sys_process_vm_writev();
 int sys_pselect6();
 int sys_ptrace();
-int sys_putpmsg();
+int sys_putpmsg(); /* TODO: non-Linux, remove? */
 int sys_pwrite();
 int sys_pwritev();
 int sys_query_module();
@@ -334,12 +334,6 @@
 int sys_getpagesize();
 #endif
 
-#ifdef IA64
-/* STREAMS stuff */
-int sys_getpmsg();
-int sys_putpmsg();
-#endif
-
 #ifdef MIPS
 int sys_sysmips();
 #endif