]> The Tcpdump Group git mirrors - tcpdump/commit
Remove an unneeded include
authorFrancois-Xavier Le Bail <[email protected]>
Thu, 28 Mar 2024 12:59:20 +0000 (13:59 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Sun, 5 May 2024 07:38:05 +0000 (09:38 +0200)
commit6cc9548518b35487f88538f79d603e6726c62d17
treebffc70d3d06c84d2835ae0da965bb62f9e760d56
parented7770905094647ff4d712cbc4aed347aacc09ac
Remove an unneeded include

Remove <fcntl.h> conditional include from util-print.c.

Historically read_infile() was in util.c and used open(), so needed it.
When part of util.c became util-print.c without read_infile(),
the include was left without need.

(cherry picked from commit 80dce061ddca0059dd76c2127daf218b7b97ef5f)
util-print.c