diff options
author | Paul Traina <pst@FreeBSD.org> | 1995-01-24 03:17:45 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1995-01-24 03:17:45 +0000 |
commit | d3b45beaa45b14b63dc2d190a29da1af63fe10e7 (patch) | |
tree | 421acd59349715699dc61e8d7ca38bfe02190a65 | |
parent | Fix bogus tab in makesum target. (diff) |
Changes for current release...
Notes
Notes:
svn path=/head/; revision=809
-rw-r--r-- | news/cnews/files/patch-ab | 30 | ||||
-rw-r--r-- | news/cnews/pkg-comment | 2 |
2 files changed, 24 insertions, 8 deletions
diff --git a/news/cnews/files/patch-ab b/news/cnews/files/patch-ab index 1566db4c673f..4f201d9369b3 100644 --- a/news/cnews/files/patch-ab +++ b/news/cnews/files/patch-ab @@ -1,15 +1,31 @@ -*** ../work.old/util/dostatfs.c Thu Sep 8 13:06:30 1994 ---- ./util/dostatfs.c Sat Oct 1 11:27:59 1994 +*** util/dostatfs.c Mon Jan 2 13:48:49 1995 +--- util/dostatfs.c Mon Jan 23 19:04:37 1995 *************** -*** 6,11 **** ---- 6,12 ---- - #include <string.h> - #include <sys/types.h> +*** 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> - #ifndef MNAMELEN +*************** +*** 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 *************** diff --git a/news/cnews/pkg-comment b/news/cnews/pkg-comment index a5d0b06c0dea..bb13b28f1bda 100644 --- a/news/cnews/pkg-comment +++ b/news/cnews/pkg-comment @@ -1 +1 @@ -Cnews, the September 1994 cleanup release +Cnews, the January 1995 release |