summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2021-01-31 10:08:11 +0000
committerRoy Marples <roy@marples.name>2021-01-31 10:08:11 +0000
commitd8d7f68001db3f084dfbb6e5b8ea4491088b55ba (patch)
tree18b290391fa5afe552f04ee1d8777c3c13dbc74f
parent8253ef16e11db8b52af1ed8021cd2517046165d6 (diff)
downloaddhcpcd-d8d7f68001db3f084dfbb6e5b8ea4491088b55ba.tar.xz
Typo with prior
-rw-r--r--src/privsep-linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/privsep-linux.c b/src/privsep-linux.c
index 89d4d89f..9605cbe8 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__)