summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbwarsaw1998-08-05 16:39:26 +0000
committerbwarsaw1998-08-05 16:39:26 +0000
commitac272943bd2e8c5be2f84fd5f5beffb52f9d6f77 (patch)
treea373c4896fb06deed04476f0059709c12cfdd05e /src
parent8518aef27bb76f1d68eeef92685f8929df03a552 (diff)
downloadmailman-ac272943bd2e8c5be2f84fd5f5beffb52f9d6f77.tar.gz
mailman-ac272943bd2e8c5be2f84fd5f5beffb52f9d6f77.tar.zst
mailman-ac272943bd2e8c5be2f84fd5f5beffb52f9d6f77.zip
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[];