]> git.ipfire.org Git - thirdparty/man-pages.git/commit
open.2: Remove unused <sys/stat.h>
authorAlejandro Colomar <alx.manpages@gmail.com>
Mon, 24 May 2021 18:19:38 +0000 (20:19 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 9 Jun 2021 22:37:46 +0000 (10:37 +1200)
commit5e9623f3b9a9c096bea93b07995d5f51573aa67e
tree85127d795004709144c1a40e9c1afd01b5e01d79
parent0ba6b2966c128f319fe6deabc2d222e3c93a6ae7
open.2: Remove unused <sys/stat.h>

I can't see a reason to include it.  <fcntl.h> provides O_*
constants for 'flags', S_* constants for 'mode', and mode_t.

Probably a long time ago, some of those weren't defined in
<fcntl.h>, and both headers needed to be included, or maybe it's
a historical error.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/open.2