summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in1
-rw-r--r--src/common.c6
2 files changed, 2 insertions, 5 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 551d115b8..a843b2c80 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -42,7 +42,6 @@ CGI_GID= @CGI_GID@
#ALIAS_GID= @ALIAS_GID@
# Customizable but not set by configure
-
OPT= @OPT@
CFLAGS= $(OPT) $(DEFS)
CGIDIR= $(exec_prefix)/cgi-bin
diff --git a/src/common.c b/src/common.c
index c17e5448c..67340a3f5 100644
--- a/src/common.c
+++ b/src/common.c
@@ -29,11 +29,9 @@ char* python = PYTHON;
-/*
- * Some older systems don't define strerror(). Provide a replacement
- * that is good enough for our purposes.
+/* Some older systems don't define strerror(). Provide a replacement that is
+ * good enough for our purposes.
*/
-
#ifndef HAVE_STRERROR
extern char *sys_errlist[];