Page MenuHomeFreeBSD

D26605.diff
No OneTemporary

D26605.diff

Index: head/sys/powerpc/include/proc.h
===================================================================
--- head/sys/powerpc/include/proc.h
+++ head/sys/powerpc/include/proc.h
@@ -59,10 +59,11 @@
#define KINFO_PROC_SIZE 816
#endif
+#define MAXARGS 8
struct syscall_args {
u_int code;
struct sysent *callp;
- register_t args[10];
+ register_t args[MAXARGS];
};
#ifdef _KERNEL

File Metadata

Mime Type
text/plain
Expires
Mon, Aug 3, 5:29 AM (8 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35898232
Default Alt Text
D26605.diff (392 B)

Event Timeline