opnsense-src/usr.bin/tail
Alfonso Gregory cccdaf507e Mark usage function as __dead2 in programs where it does not return
In most cases, usage does not return, so mark them as __dead2. For the
cases where they do return, they have not been marked __dead2.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/735
2023-07-07 10:45:18 -06:00
..
tests spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
extern.h Improve usability of head(1) and tail(1): 2022-07-12 21:14:25 -07:00
forward.c tail: Retry kevent if the system call was interrupted 2023-02-18 20:09:26 -07:00
Makefile Improve usability of head(1) and tail(1): 2022-07-12 21:14:25 -07:00
Makefile.depend Update/fix Makefile.depend for userland 2023-04-18 17:14:23 -07:00
Makefile.depend.options Add Makefile.depend.options 2019-12-11 17:37:37 +00:00
misc.c tail: fix the checks if the file was rotated 2019-06-09 22:55:21 +00:00
read.c tail: fix the checks if the file was rotated 2019-06-09 22:55:21 +00:00
reverse.c tail: fix the checks if the file was rotated 2019-06-09 22:55:21 +00:00
tail.1 Improve usability of head(1) and tail(1): 2022-07-12 21:14:25 -07:00
tail.c Mark usage function as __dead2 in programs where it does not return 2023-07-07 10:45:18 -06:00