summaryrefslogtreecommitdiff
path: root/sysutils/copytape/files/patch-copytape.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/copytape: include errno.h for errnoBrooks Davis2024-10-011-0/+33
errno must be accessed by a macro from errno.h. Tidy includes and add unistd.h for read/write. Consolidate patches for easy of maintenance. This code is borderline useless and certainly broken with modern tape sizes due to the use of ints for sizes. PR: 281781 Approved by: sjroz@verizon.net (maintainer)