summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2013-06-02 21:01:48 +0000
committerguenther <guenther@openbsd.org>2013-06-02 21:01:48 +0000
commit641cfe2bccf279c8c99187de4c19492d121a1579 (patch)
treefbe7dec5ec794795cc4ad76a9a016d3399c4c799
parentUse long long and %lld for printing tv_sec values (diff)
downloadwireguard-openbsd-641cfe2bccf279c8c99187de4c19492d121a1579.tar.xz
wireguard-openbsd-641cfe2bccf279c8c99187de4c19492d121a1579.zip
Revert previous: libsa/ufs.c was fixed to not use big types when not
necessary. If something crawls in again that needs these we want to know ok deraadt@
-rw-r--r--sys/arch/amd64/stand/boot/Makefile4
-rw-r--r--sys/arch/amd64/stand/cdboot/Makefile4
-rw-r--r--sys/arch/i386/stand/boot/Makefile4
-rw-r--r--sys/arch/i386/stand/cdboot/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/amd64/stand/boot/Makefile b/sys/arch/amd64/stand/boot/Makefile
index 11465d919b5..77955079a2f 100644
--- a/sys/arch/amd64/stand/boot/Makefile
+++ b/sys/arch/amd64/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.23 2013/04/23 16:41:13 jsing Exp $
+# $OpenBSD: Makefile,v 1.24 2013/06/02 21:01:48 guenther Exp $
COPTS?=
MAN?= boot.8
@@ -45,7 +45,7 @@ SRCS+= aes_xts.c explicit_bzero.c hmac_sha1.c pbkdf2.c rijndael.c sha1.c
.endif
.PATH: ${S}/lib/libkern/arch/amd64 ${S}/lib/libkern
-SRCS+= divdi3.c moddi3.c qdivrem.c udivdi3.c umoddi3.c
+SRCS+= divdi3.c moddi3.c qdivrem.c
.PATH: ${S}/lib/libz
SRCS+= adler32.c crc32.c inflate.c inftrees.c
diff --git a/sys/arch/amd64/stand/cdboot/Makefile b/sys/arch/amd64/stand/cdboot/Makefile
index 3cb4593571a..18d12b52718 100644
--- a/sys/arch/amd64/stand/cdboot/Makefile
+++ b/sys/arch/amd64/stand/cdboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.20 2013/04/23 16:41:13 jsing Exp $
+# $OpenBSD: Makefile,v 1.21 2013/06/02 21:01:48 guenther Exp $
MAN= cdboot.8
@@ -34,7 +34,7 @@ SRCS+= ufs.c cd9660.c
SRCS+= aes_xts.c explicit_bzero.c hmac_sha1.c pbkdf2.c rijndael.c sha1.c
.PATH: ${S}/lib/libkern/arch/i386 ${S}/lib/libkern
-SRCS+= divdi3.c moddi3.c qdivrem.c udivdi3.c umoddi3.c
+SRCS+= divdi3.c moddi3.c qdivrem.c
.PATH: ${S}/lib/libz
SRCS+= adler32.c crc32.c inflate.c inftrees.c
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile
index 7e906ebe038..516e661706a 100644
--- a/sys/arch/i386/stand/boot/Makefile
+++ b/sys/arch/i386/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.51 2013/04/23 16:41:13 jsing Exp $
+# $OpenBSD: Makefile,v 1.52 2013/06/02 21:01:48 guenther Exp $
COPTS?=
MAN?= boot.8
@@ -56,7 +56,7 @@ SRCS+= aes_xts.c explicit_bzero.c hmac_sha1.c pbkdf2.c rijndael.c sha1.c
SRCS+= strlcpy.c
.PATH: ${S}/lib/libkern/arch/i386
-SRCS+= divdi3.c moddi3.c qdivrem.c udivdi3.c umoddi3.c
+SRCS+= divdi3.c moddi3.c qdivrem.c
.PATH: ${S}/lib/libz
SRCS+= adler32.c crc32.c inflate.c inftrees.c
diff --git a/sys/arch/i386/stand/cdboot/Makefile b/sys/arch/i386/stand/cdboot/Makefile
index e8e1bd6d769..3909c2d9c02 100644
--- a/sys/arch/i386/stand/cdboot/Makefile
+++ b/sys/arch/i386/stand/cdboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.18 2013/04/23 16:41:13 jsing Exp $
+# $OpenBSD: Makefile,v 1.19 2013/06/02 21:01:48 guenther Exp $
MAN= cdboot.8
@@ -35,7 +35,7 @@ SRCS+= cd9660.c ufs.c
SRCS+= aes_xts.c explicit_bzero.c hmac_sha1.c pbkdf2.c rijndael.c sha1.c
.PATH: ${S}/lib/libkern/arch/i386
-SRCS+= divdi3.c moddi3.c qdivrem.c udivdi3.c umoddi3.c
+SRCS+= moddi3.c divdi3.c qdivrem.c
.PATH: ${S}/lib/libkern
SRCS+= strlcpy.c