去除UOS

Signed-off-by: a@b.com <a@b.com>
This commit is contained in:
a@b.com 2023-03-31 11:35:54 +08:00
parent 757a9447ae
commit d52d270882
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
VERSION = 5 VERSION = 5
PATCHLEVEL = 10 PATCHLEVEL = 10
SUBLEVEL = 136 SUBLEVEL = 136
EXTRAVERSION = EXTRAVERSION = 1-1
NAME = Dare mighty things NAME = Dare mighty things
# *DOCUMENTATION* # *DOCUMENTATION*

View File

@ -2694,7 +2694,7 @@ static struct ctl_table kern_table[] = {
}, },
#endif #endif
{ {
.procname = "uosversion", .procname = "acoversion",
.data = &UOS_VERSION, .data = &UOS_VERSION,
.maxlen = UOS_VERSION_LEN, .maxlen = UOS_VERSION_LEN,
.mode = 0644, .mode = 0644,

View File

@ -1,4 +1,4 @@
#define UOS_VERSION_LEN 0x20 #define UOS_VERSION_LEN 0x20
char UOS_VERSION[UOS_VERSION_LEN] = "1051"; char UOS_VERSION[UOS_VERSION_LEN] = "v2";