changeset 40053:b64e28406423

* lib/mknodat.c: Remove incorrect comments.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 27 Dec 2018 22:24:14 -0800
parents dfa4e2718b92
children 7c03a0ab9a56
files lib/mknodat.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/mknodat.c	Thu Dec 27 22:22:41 2018 -0800
+++ b/lib/mknodat.c	Thu Dec 27 22:24:14 2018 -0800
@@ -34,7 +34,7 @@
   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 @@
 # undef AT_FUNC_POST_FILE_PARAM_DECLS
 # undef AT_FUNC_POST_FILE_ARGS
 
-#endif /* HAVE_MKFIFO */
+#endif