libpkg: Mark some tables as const
modified libpkg/pkg_abi.c
@@ -33,7 +33,7 @@ struct arch_trans {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -50,7 +50,7 @@ static struct arch_trans machine_arch_translation[] = { { "x86:32", "i386" },
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -65,7 +65,7 @@ static struct {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -403,7 +403,7 @@ int
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|