Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 2014 20:12:02 +0400
From:      Sergey Matveychuk <sem@semmy.ru>
To:        hackers@freebsd.org
Subject:   statfs(2)
Message-ID:  <53514ED2.2060904@semmy.ru>

next in thread | raw e-mail | index | archive | help
Hi.

Tell me please, why f_bfree is unsigned and f_bavail is signed?

struct statfs {
  ...
  uint64_t f_bfree;             /* free blocks in filesystem */
  int64_t  f_bavail;            /* free blocks avail to non-superuser */
  ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53514ED2.2060904>