this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fixing strncpy signature

+1 -1
+1 -1
src/kernel/emulation/linux/misc/sysctl_machdep.c
··· 3 3 #include <sys/errno.h> 4 4 #include <alloca.h> 5 5 6 - extern char *strncpy(char *dest, const char *src); 6 + extern char *strncpy(char *dest, const char *src, __SIZE_TYPE__ n); 7 7 8 8 enum { 9 9 _MACHDEP_CPU = 1000,