diff options
author | Benjamin Kaduk <bjk@FreeBSD.org> | 2017-12-12 23:17:25 +0000 |
---|---|---|
committer | Benjamin Kaduk <bjk@FreeBSD.org> | 2017-12-12 23:17:25 +0000 |
commit | dd1d977a420004ebe59fd5d8c7ca93fbbfb636c8 (patch) | |
tree | 7d270ae9ef5aee3fe108cd4b91a25facaa0c688e /net/openafs/files | |
parent | multimedia/emby-server: Update to 3.2.40.0 (diff) |
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
Notes
Notes:
svn path=/head/; revision=456187
Diffstat (limited to 'net/openafs/files')
-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 + |