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
This commit is contained in:
Benjamin Kaduk 2017-12-12 23:17:25 +00:00
parent bec1488217
commit dd1d977a42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456187
2 changed files with 2 additions and 2 deletions

View File

@ -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
+

View File

@ -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
+