X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=sys%2Fsrc%2Flibc%2Fport%2Fmemset.c;fp=sys%2Fsrc%2Flibc%2Fport%2Fmemset.c;h=c1c9ab7dab83051e615e82b7753b6a57948bac20;hb=e4b5f170cffd0d5e788d9090f8f2a9802fe267e9;hp=431d6bb304c1118d837495f127310dcf6167ca00;hpb=8a8329ad952b0fced970cc0b83e5e87d4a5ceb7a;p=plan9front.git diff --git a/sys/src/libc/port/memset.c b/sys/src/libc/port/memset.c index 431d6bb30..c1c9ab7da 100644 --- a/sys/src/libc/port/memset.c +++ b/sys/src/libc/port/memset.c @@ -2,7 +2,7 @@ #include void* -memset(void *ap, int c, ulong n) +memset(void *ap, int c, usize n) { char *p;