diff options
author | ache <ache@FreeBSD.org> | 1997-03-10 16:13:47 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-03-10 16:13:47 +0800 |
commit | f81add8b912381471f9ae462faffae37d809475c (patch) | |
tree | 7034929fc98665af809b39f58e3f90ff7447562e /news/tin/files | |
parent | c0f05507881a4ef1a097cae0fd68a42b901f66e1 (diff) | |
download | freebsd-ports-gnome-f81add8b912381471f9ae462faffae37d809475c.tar.gz freebsd-ports-gnome-f81add8b912381471f9ae462faffae37d809475c.tar.zst freebsd-ports-gnome-f81add8b912381471f9ae462faffae37d809475c.zip |
Upgrade to 970309
Diffstat (limited to 'news/tin/files')
-rw-r--r-- | news/tin/files/patch-aa | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/news/tin/files/patch-aa b/news/tin/files/patch-aa deleted file mode 100644 index 38fcfdd772b7..000000000000 --- a/news/tin/files/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ -*** src/init.c.bak Tue Mar 4 21:34:58 1997 ---- src/init.c Wed Mar 5 07:35:05 1997 -*************** -*** 647,653 **** - joinpath (msg_headers_file, rcdir, MSG_HEADERS_FILE); - joinpath (mailgroups_file, rcdir, MAILGROUPS_FILE); - joinpath (motd_file, libdir, MOTD_FILE); -- joinpath (msg_headers_file, rcdir, MSG_HEADERS_FILE); - joinpath (news_active_file, libdir, get_val ("TIN_ACTIVEFILE", ACTIVE_FILE)); - joinpath (newsgroups_file, libdir, NEWSGROUPS_FILE); - #ifdef WIN32 ---- 647,652 ---- -*** src/post.c.bak Tue Mar 4 22:41:37 1997 ---- src/post.c Wed Mar 5 07:57:27 1997 -*************** -*** 2545,2550 **** ---- 2545,2551 ---- - if (*reply_to) { - msg_add_header ("Reply-To", reply_to); - } -+ msg_add_x_headers (msg_headers_file); - } - start_line_offset = msg_write_headers (fp); - start_line_offset++; |