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:
parent
bec1488217
commit
dd1d977a42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456187
@ -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
|
||||
+
|
||||
|
@ -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
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user