diff options
author | pst <pst@FreeBSD.org> | 1995-01-24 11:17:45 +0800 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1995-01-24 11:17:45 +0800 |
commit | f2a3a81b1de9abbf06bd4a3478691dc02e19141a (patch) | |
tree | 4546d74ce6848149455c2af754de053307e91818 | |
parent | de63243d94fc9154bb943800139ec77e83a38380 (diff) | |
download | freebsd-ports-gnome-f2a3a81b1de9abbf06bd4a3478691dc02e19141a.tar.gz freebsd-ports-gnome-f2a3a81b1de9abbf06bd4a3478691dc02e19141a.tar.zst freebsd-ports-gnome-f2a3a81b1de9abbf06bd4a3478691dc02e19141a.zip |
Changes for current release...
-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 |