]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: remove now-unused include of 'safe-read.h' master
authorBernhard Voelker <mail@bernhard-voelker.de>
Mon, 4 Aug 2025 06:36:53 +0000 (08:36 +0200)
committerPádraig Brady <P@draigBrady.com>
Mon, 4 Aug 2025 09:53:49 +0000 (10:53 +0100)
commit257efe1ec4154bcecb0d4f7657d322276e279619
tree8a49c22d71c488538fc292cfa533dbe10c897ef5
parent5c822f4dacce3969b6edce5b03355386508aa887
maint: remove now-unused include of 'safe-read.h'

'make syntax-check' complains:
  src/tail.c
  maint.mk: the above files include safe-read.h but don't use it
  make: *** [maint.mk:737: sc_prohibit_safe_read_without_use] Error 1

The removal was missed for tail.c in recent commit d3c7072a0950.

* src/tail.c (safe-read.h): Remove include.
src/tail.c