Skip to content
Snippets Groups Projects
  • Konstantin Osipov's avatar
    a6c1f381
    Some initial fixed to compile on FreeBSD. · a6c1f381
    Konstantin Osipov authored
    Implement a number of simple fixes to compile on FreeBSD:
    - work correctly with a GCC version that doesn't have
      -Wno-unused-result
    - compile even if not GNU libc
    - tee doesn't have '--append' option on FreeBSD, use
      the short version ('-a').
    - fix a typo in log_io.c, ENOENT, not ENONET.
    a6c1f381
    History
    Some initial fixed to compile on FreeBSD.
    Konstantin Osipov authored
    Implement a number of simple fixes to compile on FreeBSD:
    - work correctly with a GCC version that doesn't have
      -Wno-unused-result
    - compile even if not GNU libc
    - tee doesn't have '--append' option on FreeBSD, use
      the short version ('-a').
    - fix a typo in log_io.c, ENOENT, not ENONET.