Skip to content

Commit

Permalink
net-misc/ucarp: Update fno-common.patch
Browse files Browse the repository at this point in the history
Suggested-by: Kerin Millar <kfm@plushkava.net>
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
  • Loading branch information
jsmolic committed Dec 28, 2020
1 parent f8afb02 commit b731ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-misc/ucarp/files/ucarp-1.5.2-fno-common.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
u_int32_t carp_counter[2];
unsigned char carp_md[20]; /* SHA1 HMAC */
-} __packed;
+};
+}__attribute__((packed));

0 comments on commit b731ca5

Please sign in to comment.