aboutsummaryrefslogtreecommitdiff
path: root/pk
diff options
context:
space:
mode:
Diffstat (limited to 'pk')
-rw-r--r--pk/syscall.c2
1 files changed, 1 insertions, 1 deletions
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, "");