summaryrefslogtreecommitdiff
path: root/lib/error.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-02-04 03:27:13 +0000
committerJim Meyering <jim@meyering.net>1997-02-04 03:27:13 +0000
commita0aa28853129fdcfa8f58c55008c02090a5edff5 (patch)
tree637ccaf9624f8474caf414135f1f9f063c72b8e6 /lib/error.c
parent1235c944d20211cf23027bc58dc9f6122be86290 (diff)
downloadcoreutils-a0aa28853129fdcfa8f58c55008c02090a5edff5.tar.xz
libitize
Diffstat (limited to 'lib/error.c')
-rw-r--r--lib/error.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/error.c b/lib/error.c
index b167b830c..e5f1daba4 100644
--- a/lib/error.c
+++ b/lib/error.c
@@ -68,7 +68,7 @@ unsigned int error_message_count;
# define program_name program_invocation_name
# include <errno.h>
-#else /* not _LIBC */
+#else /* not _LIBC */
/* The calling program should define program_name and set it to the
name of the executing program. */
@@ -92,6 +92,7 @@ private_strerror (errnum)
}
# define strerror private_strerror
# endif /* HAVE_STRERROR */
+
#endif /* not _LIBC */
/* Print the program name and error message MESSAGE, which is a printf-style