diff options
author | Adam David <adam@FreeBSD.org> | 1995-10-05 10:21:14 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1995-10-05 10:21:14 +0000 |
commit | 816e71aa21560a1feb0bc9f3093fd4083c26a2e1 (patch) | |
tree | 98e9cc7c7d88ea9ee6713267e9653a3c95a769a7 /news/cnews/files | |
parent | 923677a571ee2f1dde1293ec091c491b6b4578cf (diff) |
distribution was updated
Notes
Notes:
svn path=/head/; revision=2264
Diffstat (limited to 'news/cnews/files')
-rw-r--r-- | news/cnews/files/patch-ab | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/news/cnews/files/patch-ab b/news/cnews/files/patch-ab index 81b2b1d75a2e..4fac97680a8a 100644 --- a/news/cnews/files/patch-ab +++ b/news/cnews/files/patch-ab @@ -1,50 +1,3 @@ -*** util/dostatfs.c Mon Jan 2 13:48:49 1995 ---- util/dostatfs.c Mon Jan 23 19:04:37 1995 -*************** -*** 13,18 **** ---- 13,23 ---- - * a few attempts... - */ - -+ #ifdef __FreeBSD__ -+ #define BSD4_4 1 /* and FreeBSD is sort of 4.4 */ -+ #include <sys/param.h> -+ #endif -+ - /* First, pick up one popular header on general principles. */ - #include <sys/mount.h> - -*************** -*** 26,34 **** - #endif - #ifdef hpux - #define sun 1 /* likewise HP */ -- #endif -- #ifdef __FreeBSD__ -- #define BSD4_4 1 /* and FreeBSD is sort of 4.4 */ - #endif - - #ifdef sun ---- 31,36 ---- -*** batch/usenntpxmit.old Thu Sep 22 17:28:37 1994 ---- batch/usenntpxmit Fri Sep 30 12:30:17 1994 -*************** -*** 15,21 **** - - tmp=/tmp/nntp$$ - cat >$tmp -! nntpxmit $site:$tmp - if test -s $tmp - then - cat $tmp >>$NEWSSITEDIR/togo.leftover ---- 15,21 ---- - - tmp=/tmp/nntp$$ - cat >$tmp -! nntpxmit -s $site:$tmp - if test -s $tmp - then - cat $tmp >>$NEWSSITEDIR/togo.leftover *** util/report.old Thu Sep 15 13:24:57 1994 --- util/report Fri Sep 30 16:57:05 1994 *************** |