1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

- fix build with -fno-common

This commit is contained in:
Dirk Meyer 2020-05-04 21:39:43 +00:00
parent eff60e5ddb
commit 49e59c47c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533990

View File

@ -0,0 +1,11 @@
--- include/sm/mapcnf.h.orig 2014-05-30 15:34:55 UTC
+++ include/sm/mapcnf.h
@@ -42,7 +42,7 @@ enum mapspec_kind_E
, MST_BHT = 5
, MST_CDB = 6
, MST_TST = 7
-} mapspec_kind;
+};
typedef enum mapspec_kind_E mapspec_kind_T;
#define SM_MAPSPEC(what) \