aboutsummaryrefslogtreecommitdiff
path: root/news/tin/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'news/tin/files/patch-ac')
-rw-r--r--news/tin/files/patch-ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/news/tin/files/patch-ac b/news/tin/files/patch-ac
deleted file mode 100644
index 55509a63ecf2..000000000000
--- a/news/tin/files/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/header.c.bak Mon Jan 25 16:49:49 1999
-+++ src/header.c Sat Apr 10 17:30:31 1999
-@@ -338,10 +338,10 @@
- static char sender[8192];
-
- sender[0] = '\0';
--
-+#if 0 /* passwd name may contain illegal chars */
- if ((ptr = get_full_name()))
- sprintf(sender, "%s ", ptr);
--
-+#endif
- if ((ptr = get_user_name())) {
- strcat(sender, "<");
- strcat(sender, ptr);