Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164586267
D26605.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
392 B
Referenced Files
None
Subscribers
None
D26605.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D26605: Make powerpc use MAXARGS instead of hardcoding '10'
Attached
Detach File
Event Timeline
Log In to Comment