mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Fix two more lowercase ARG macro undefs.
This commit is contained in:
@@ -631,7 +631,7 @@ int main(int argc, const char **argv)
|
||||
{ NULL, '\0', POPT_ARG_CALLBACK, basic_options_cb, 0, NULL, NULL },
|
||||
#define ARG(A, B, C, D, E, F, G, H) { A, B, C, NULL, A ## _ID, D, E },
|
||||
#include "integritysetup_arg_list.h"
|
||||
#undef arg
|
||||
#undef ARG
|
||||
POPT_TABLEEND
|
||||
};
|
||||
static struct poptOption popt_options[] = {
|
||||
|
||||
@@ -568,7 +568,7 @@ int main(int argc, const char **argv)
|
||||
{ NULL, '\0', POPT_ARG_CALLBACK, basic_options_cb, 0, NULL, NULL },
|
||||
#define ARG(A, B, C, D, E, F, G, H) { A, B, C, NULL, A ## _ID, D, E },
|
||||
#include "veritysetup_arg_list.h"
|
||||
#undef arg
|
||||
#undef ARG
|
||||
POPT_TABLEEND
|
||||
};
|
||||
static struct poptOption popt_options[] = {
|
||||
|
||||
Reference in New Issue
Block a user