Skip to content
Snippets Groups Projects
  • Alan Somers's avatar
    36baf932
    Fix uname on FreeBSD · 36baf932
    Alan Somers authored
    On FreeBSD, uname is an inline function.  The uname that is present in
    libc.so is for FreeBSD 1.0 compatibility.  It expects a buffer of a
    different size.
    
    Fixes #1190
    Reported-by: Alex Zepeda
    36baf932
    History
    Fix uname on FreeBSD
    Alan Somers authored
    On FreeBSD, uname is an inline function.  The uname that is present in
    libc.so is for FreeBSD 1.0 compatibility.  It expects a buffer of a
    different size.
    
    Fixes #1190
    Reported-by: Alex Zepeda