>From a8e125d24942bc581fda1628a61a60b979ab7087 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 27 Dec 2018 22:24:14 -0800 Subject: [PATCH 2/2] * lib/mknodat.c: Remove incorrect comments. --- lib/mknodat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mknodat.c b/lib/mknodat.c index f595b82d9..268d1ce61 100644 --- a/lib/mknodat.c +++ b/lib/mknodat.c @@ -34,7 +34,7 @@ mknodat (int fd _GL_UNUSED, char const *path _GL_UNUSED, return -1; } -#else /* HAVE_MKFIFO */ +#else /* Create a file system node FILE relative to directory FD, with access permissions and file type in MODE, and device type in DEV. @@ -54,4 +54,4 @@ mknodat (int fd _GL_UNUSED, char const *path _GL_UNUSED, # undef AT_FUNC_POST_FILE_PARAM_DECLS # undef AT_FUNC_POST_FILE_ARGS -#endif /* HAVE_MKFIFO */ +#endif -- 2.17.1