summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/strtoull.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-10-03 15:00:07 +0000
committerbde <bde@FreeBSD.org>2002-10-03 15:00:07 +0000
commit6e48538b41559fd167bc9dcdafefaa5d3fe8e8f5 (patch)
treeb2bff7ddf346bfe253fd29b1355564e760ac0117 /lib/libc/stdlib/strtoull.c
parentbb7f39d2ed192371c963569561d500ad325fd805 (diff)
downloadFreeBSD-src-6e48538b41559fd167bc9dcdafefaa5d3fe8e8f5.zip
FreeBSD-src-6e48538b41559fd167bc9dcdafefaa5d3fe8e8f5.tar.gz
Use a non-bogus type for representing the values of offsets in structs.
off_t is for offsets in files, and it is signed so it was no better than the original type of int for avoiding warnings from broken lints, except accidentally on machines like i386's where size_t is smaller than off_t.
Diffstat (limited to 'lib/libc/stdlib/strtoull.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud