summaryrefslogtreecommitdiff
path: root/news/nn/patches/patch-af
blob: b34e973eed4d1de9955c39cc7fb773132691e8e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-af,v 1.2 1998/08/07 11:11:11 agc Exp $

--- answer.c.orig	Mon Sep 13 19:42:02 1993
+++ answer.c	Fri May 22 01:26:35 1998
@@ -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