]> Sergey Matveev's repositories - nnn.git/commitdiff
Remove redundant alignment requirement
authorArun Prakash Jana <engineerarun@gmail.com>
Fri, 4 Oct 2019 02:34:46 +0000 (08:04 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Fri, 4 Oct 2019 02:40:35 +0000 (08:10 +0530)
src/nnn.c

index e3e2e76c3db250bda843df697a8ccf7da206c4dd..db2a9a3b0682ce52ed161e5f1878ea4cac7bcc5f 100644 (file)
--- 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 {