From 2fa8d6655ac37f9bdeb34420000052d921f4a543 Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Mon, 15 Apr 2013 16:00:46 +0200 Subject: Rename SAFEALIGN macros. https://fedorahosted.org/sssd/ticket/1772 SAFEALIGN macros have been renamed in this patch to make it easy to pick the right macro when data is copied from byte buffer to a variable or vice versa. The renamed macros are placed in new header file to avoid code duplication (the old ones were defined in two files, one for the client code and one for the rest of sssd). --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b72384a77..94ad8c04a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -404,6 +404,7 @@ dist_noinst_HEADERS = \ src/util/atomic_io.h \ src/util/auth_utils.h \ src/util/authtok.h \ + src/util/util_safealign.h \ src/monitor/monitor.h \ src/monitor/monitor_interfaces.h \ src/responder/common/responder.h \ -- cgit