3c2377ca15
On non-linux systems, uts.version provides the version of that specific kernel (FreeBSD or Hurd version, for example) and not the emulated procfs pseudo version. On those systems we need to directly read /proc/version and parse the string. This change replaces Debian patches gnu-kbsd-version and complain_unmounted_proc patches.