From f81a9d33b8af5278286a7c09df952bc2d3108dff Mon Sep 17 00:00:00 2001 From: jasper Date: Sat, 8 Jul 2023 11:03:45 +0000 Subject: [PATCH] zap stray backslash ok deraadt@ --- libexec/ld.so/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/ld.so/Makefile b/libexec/ld.so/Makefile index c582139541a..a90c1515019 100644 --- a/libexec/ld.so/Makefile +++ b/libexec/ld.so/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.84 2023/02/18 01:22:50 deraadt Exp $ +# $OpenBSD: Makefile,v 1.85 2023/07/08 11:03:45 jasper Exp $ SUBDIR=ldconfig ldd MAN= ld.so.1 @@ -29,7 +29,7 @@ SRCS+= malloc.c reallocarray.c tib.c ffs.c syscall=close exit fstat getdents getentropy getthrid issetugid kbind \ mimmutable mmap mprotect munmap msyscall open pledge pinsyscall \ - read __realpath sendsyslog __set_tcb sysctl thrkill utrace write \ + read __realpath sendsyslog __set_tcb sysctl thrkill utrace write .if (${MACHINE_ARCH} == "i386") syscall+=mquery -- 2.20.1