summaryrefslogtreecommitdiff
path: root/news/tin/files
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-04-15 05:53:44 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-04-15 05:53:44 +0000
commitfaee8bf89fe1f10bc2fa0ad2012fe863a184938f (patch)
tree5b334eeaaef2ceb31f860805a81ac08f6e0c9005 /news/tin/files
parentAdd ninja (diff)
Upgrade Styrofoam to Endemoniada
Notes
Notes: svn path=/head/; revision=17889
Diffstat (limited to 'news/tin/files')
-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);