summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2013-06-02 21:01:49 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2013-06-02 21:01:49 +0000
commit69dff9a109dfca415ce265fd2c2f684c2213fed3 (patch)
treecfa481a12e5bfd29830c797e35fd74cd639ded65 /sys/arch/amd64
parent0e3f46771b2345521508c06a2d9495c3e28750c8 (diff)
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@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/stand/boot/Makefile4
-rw-r--r--sys/arch/amd64/stand/cdboot/Makefile4
2 files changed, 4 insertions, 4 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