diff options
author | bjk <bjk@FreeBSD.org> | 2017-12-13 07:17:25 +0800 |
---|---|---|
committer | bjk <bjk@FreeBSD.org> | 2017-12-13 07:17:25 +0800 |
commit | 0775ab3ad0f62b45c3eecddd29c3e7720efef6fc (patch) | |
tree | 7d270ae9ef5aee3fe108cd4b91a25facaa0c688e /net | |
parent | e3092994645765c2139e11966df8eb00ad488f97 (diff) | |
download | freebsd-ports-gnome-0775ab3ad0f62b45c3eecddd29c3e7720efef6fc.tar.gz freebsd-ports-gnome-0775ab3ad0f62b45c3eecddd29c3e7720efef6fc.tar.zst freebsd-ports-gnome-0775ab3ad0f62b45c3eecddd29c3e7720efef6fc.zip |
Follow-up to r455921 -- fix typo
The 11.1-specific param.h files had a comment with a typo in it and
no closing tag, causing the build to fail.
Approved by: mandree (ports committer)
MFH: 2017Q4
Pointy hat to: bjk
Diffstat (limited to 'net')
-rw-r--r-- | net/openafs/files/patch-src_config_param.i386__fbsd__111.h | 2 | ||||
-rw-r--r-- | net/openafs/files/patch-src_config_param.i386__fbsd__120.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/openafs/files/patch-src_config_param.i386__fbsd__111.h b/net/openafs/files/patch-src_config_param.i386__fbsd__111.h index fd7246523a6d..afc2c1f08d07 100644 --- a/net/openafs/files/patch-src_config_param.i386__fbsd__111.h +++ b/net/openafs/files/patch-src_config_param.i386__fbsd__111.h @@ -5,7 +5,7 @@ +#define AFS_PARAM_H + +/* Machine / Operating system information */ -+/* XXX temporarilyuse old sysname until new one is assigned ++/* XXX temporarily use old sysname until new one is assigned */ +#define SYS_NAME "i386_fbsd_110" +#define SYS_NAME_ID SYS_NAME_ID_i386_fbsd_110 + diff --git a/net/openafs/files/patch-src_config_param.i386__fbsd__120.h b/net/openafs/files/patch-src_config_param.i386__fbsd__120.h index f9fb7e5dc53b..dd67da5d64e8 100644 --- a/net/openafs/files/patch-src_config_param.i386__fbsd__120.h +++ b/net/openafs/files/patch-src_config_param.i386__fbsd__120.h @@ -5,7 +5,7 @@ +#define AFS_PARAM_H + +/* Machine / Operating system information */ -+/* XXX temporarilyuse old sysname until new one is assigned ++/* XXX temporarily use old sysname until new one is assigned */ +#define SYS_NAME "i386_fbsd_110" +#define SYS_NAME_ID SYS_NAME_ID_i386_fbsd_110 + |