kernel: remove utsname_get() helper
commit71bd8ffc51d8b0c935daa1654817533ac296dd14
authorJosef 'Jeff' Sipek <jeffpc@josefsipek.net>
Fri, 18 Aug 2017 09:34:18 +0000 (18 12:34 +0300)
committerJosef 'Jeff' Sipek <jeffpc@josefsipek.net>
Fri, 18 Aug 2017 09:34:18 +0000 (18 12:34 +0300)
tree7be9b6edb647eb33e133549310bdf568600b4c43
parent8fc6fb2e58a0b376b45f14c750b6ae15b79c9aec
kernel: remove utsname_get() helper

It made sense to abstract away all the accesses to utsname because we used
to have two - the normal and a legacy one.  With the recent change to move
the uname switching code into libc, the kernel no longer has two utsname
structs to work with.  Therefore, we can remove the useless wrapper.
include/sys/utsname.h
kernel/os/vers.c
kernel/syscall/systeminfo.c
kernel/syscall/uname.c