From: Arun Prakash Jana Date: Fri, 4 Oct 2019 02:34:46 +0000 (+0530) Subject: Remove redundant alignment requirement X-Git-Tag: v2.7~12 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=8b9f96e645bc97cc85a0bd83a923b6cc23a05b0e;p=nnn.git Remove redundant alignment requirement --- diff --git a/src/nnn.c b/src/nnn.c index e3e2e76c..db2a9a3b 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -191,7 +191,7 @@ typedef struct entry { mode_t mode; ushort nlen; /* Length of file name; can be uchar (< NAME_MAX + 1) */ uchar flags; /* Flags specific to the file */ -} __attribute__ ((aligned(_ALIGNMENT))) *pEntry; +} *pEntry; /* Key-value pairs from env */ typedef struct {