From 288a08a3672a89a9bfdb8354b6863cc039759fc2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 12 Apr 2016 17:33:05 +0200 Subject: Imported Upstream version 1.1.94 --- shared/nm-macros-internal.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'shared/nm-macros-internal.h') diff --git a/shared/nm-macros-internal.h b/shared/nm-macros-internal.h index 41762318..384bca66 100644 --- a/shared/nm-macros-internal.h +++ b/shared/nm-macros-internal.h @@ -26,7 +26,9 @@ /********************************************************/ -#define nm_auto(fcn) __attribute ((cleanup(fcn))) +#define _nm_packed __attribute__ ((packed)) + +#define nm_auto(fcn) __attribute__ ((cleanup(fcn))) /** * nm_auto_free: -- cgit 1.3.0-6-gf8a5