From: Roy Marples Date: Sun, 31 Jan 2021 10:08:11 +0000 (+0000) Subject: Typo with prior X-Git-Tag: v9.4.1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5627f905cc447cebdc73d23d84af814d2fbd3453;p=thirdparty%2Fdhcpcd.git Typo with prior --- diff --git a/src/privsep-linux.c b/src/privsep-linux.c index 04950ed2..1660447c 100644 --- a/src/privsep-linux.c +++ b/src/privsep-linux.c @@ -185,7 +185,7 @@ ps_root_sendnetlink(struct dhcpcd_ctx *ctx, int protocol, struct msghdr *msg) #elif defined(__nds32__) # if (BYTE_ORDER == LITTLE_ENDIAN) # define SECCOMP_AUDIT_ARCH AUDIT_ARCH_NDS32 -#ele +#else # define SECCOMP_AUDIT_ARCH AUDIT_ARCH_NDS32BE #endif #elif defined(__powerpc64__)