summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-02-28 13:23:14 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-02-28 13:25:37 -0800
commitc30dcfedd3c616f706b4f5db166793de4ac1f64d (patch)
tree760715adbb65d90a59b1764fe9cc03d6c406d480 /.gitignore
parent7c7dc5ea3a8f7fca0c2696e434938c1048f9e66d (diff)
downloadpaxutils-c30dcfedd3c616f706b4f5db166793de4ac1f64d.tar.gz
Use unsigned long int for ioctl ops
* lib/rtapelib.c (rmt_ioctl__): * paxlib/rtape.c (rmt_ioctl): Arg is now of type unsigned long int, not int. This works better on GNU/Linux, where some ioctl values used by this code do not fit in int. FreeBSD ioctl also has unsigned long int here, and old hosts where it’s int should still work when this is unsigned long int. Problem reported by clang.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions