Skip to content
  • rtoy's avatar
    linux-os.lisp: · f0c421a2
    rtoy authored
    o Use unix:unix-uname to get the software version.  (I don't want to
      deal with broken Linux kernels or other implementation details in
      trying to read /proc/version, and I don't want to run uname -r.)
    
    sunos-os.lisp:
    o Use unix:unix-uname to get the software version instead of running
      uname -r.
    f0c421a2