summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2013-08-13 22:33:04 +0000
committermiod <miod@openbsd.org>2013-08-13 22:33:04 +0000
commit34f82ed9809a2b98956e98a83800f572984502fc (patch)
tree0509d03e8a67a9636e1925851e0e939b63960bf4
parentHandle firmware for radeondrm(4). (diff)
downloadwireguard-openbsd-34f82ed9809a2b98956e98a83800f572984502fc.tar.xz
wireguard-openbsd-34f82ed9809a2b98956e98a83800f572984502fc.zip
unbreak
-rw-r--r--libexec/ld.so/powerpc/syscall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/powerpc/syscall.h b/libexec/ld.so/powerpc/syscall.h
index 226e6daa50b..d154465a59b 100644
--- a/libexec/ld.so/powerpc/syscall.h
+++ b/libexec/ld.so/powerpc/syscall.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: syscall.h,v 1.28 2013/08/13 05:52:20 guenther Exp $ */
+/* $OpenBSD: syscall.h,v 1.29 2013/08/13 22:33:04 miod Exp $ */
/*
* Copyright (c) 1998 Per Fogelstrom, Opsycon AB
@@ -252,7 +252,7 @@ _dl_getdents(int fd, char *buf, size_t nbytes)
"1:"
"mr %0,3\n\t"
: "=r" (status)
- : "I" (SYS_getdents), "r" (fd), "r" (buf), "r" (nbytes),
+ : "I" (SYS_getdents), "r" (fd), "r" (buf), "r" (nbytes)
: "memory", "0", "3", "4", "5", "6");
return status;
}