From e5846a2bc707eaa58dc8ab6a8d20a090c6ee8570 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Thu, 1 Feb 2018 00:22:49 -0800 Subject: Bump the Linux version PK claims to support This makes it more compatible with recent glibc. --- pk/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pk/syscall.c b/pk/syscall.c index 7f1f196..d944c52 100644 --- a/pk/syscall.c +++ b/pk/syscall.c @@ -301,7 +301,7 @@ int sys_uname(void* buf) const int sz = 65; strcpy(buf + 0*sz, "Proxy Kernel"); strcpy(buf + 1*sz, ""); - strcpy(buf + 2*sz, "3.4.5"); + strcpy(buf + 2*sz, "4.15.0"); strcpy(buf + 3*sz, ""); strcpy(buf + 4*sz, ""); strcpy(buf + 5*sz, ""); -- cgit v1.1