summaryrefslogtreecommitdiff
path: root/news/nn/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'news/nn/patches/patch-ae')
-rw-r--r--news/nn/patches/patch-ae18
1 files changed, 18 insertions, 0 deletions
diff --git a/news/nn/patches/patch-ae b/news/nn/patches/patch-ae
new file mode 100644
index 00000000000..2f3b7ec77ab
--- /dev/null
+++ b/news/nn/patches/patch-ae
@@ -0,0 +1,18 @@
+$NetBSD: patch-ae,v 1.3 1999/07/26 21:19:26 tron Exp $
+
+--- answer.c.orig Mon Sep 13 19:42:02 1993
++++ answer.c Mon Jul 26 23:11:39 1999
+@@ -132,9 +132,13 @@
+ nn_gethostname(host, 64);
+ #endif
+
++#if 0
+ fprintf(t, "Path: %s!%s\n", host, user_name());
++#endif
+ fprintf(t, "Date: %s %s %s %s GMT\n", date+8, date+4, date+22, date+11);
++#if 0
+ fprintf(t, "Message-ID: <%s.%ld@%s>\n", user_name(), (long)now, host);
++#endif
+ ed_line += 3;
+ }
+ #endif