From: Alejandro Colomar Date: Mon, 24 May 2021 18:19:38 +0000 (+0200) Subject: open.2: Remove unused X-Git-Tag: man-pages-5.12~101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e9623f3b9a9c096bea93b07995d5f51573aa67e;p=thirdparty%2Fman-pages.git open.2: Remove unused I can't see a reason to include it. provides O_* constants for 'flags', S_* constants for 'mode', and mode_t. Probably a long time ago, some of those weren't defined in , and both headers needed to be included, or maybe it's a historical error. Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- diff --git a/man2/open.2 b/man2/open.2 index bac1ee8063..1bcd995f48 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -53,7 +53,6 @@ open, openat, creat \- open and possibly create a file .SH SYNOPSIS .nf -.B #include .B #include .PP .BI "int open(const char *" pathname ", int " flags );