summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/cdboot
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/stand/cdboot')
-rw-r--r--sys/arch/amd64/stand/cdboot/Makefile6
-rw-r--r--sys/arch/amd64/stand/cdboot/conf.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/amd64/stand/cdboot/Makefile b/sys/arch/amd64/stand/cdboot/Makefile
index c12d102e633..205ed7c50e7 100644
--- a/sys/arch/amd64/stand/cdboot/Makefile
+++ b/sys/arch/amd64/stand/cdboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2005/08/01 13:20:23 mickey Exp $
+# $OpenBSD: Makefile,v 1.7 2007/05/27 18:38:33 tom Exp $
.include "${.CURDIR}/../Makefile.inc"
@@ -31,7 +31,7 @@ SRCS+= cmd.c vars.c bootarg.c
# not required: getfile.c gets.c globals.c strlcat.c
SRCS+= alloc.c exit.c strcmp.c strlen.c \
strncmp.c memcmp.c memcpy.c memset.c printf.c snprintf.c \
- strerror.c strncpy.c strtol.c ctime.c strlcpy.c
+ strerror.c strncpy.c strtol.c strtoll.c ctime.c strlcpy.c
# io routines
# not required: ioctl.c write.c
SRCS+= close.c closeall.c dev.c disklabel.c dkcksum.c fstat.c lseek.c \
@@ -39,7 +39,7 @@ SRCS+= close.c closeall.c dev.c disklabel.c dkcksum.c fstat.c lseek.c \
# boot filesystems
SRCS+= ufs.c cd9660.c
# gcc support
-SRCS+= moddi3.c qdivrem.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/conf.c b/sys/arch/amd64/stand/cdboot/conf.c
index beec5f73b07..0bddf2cb83e 100644
--- a/sys/arch/amd64/stand/cdboot/conf.c
+++ b/sys/arch/amd64/stand/cdboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.10 2007/04/28 19:23:10 deraadt Exp $ */
+/* $OpenBSD: conf.c,v 1.11 2007/05/27 18:38:33 tom Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -42,7 +42,7 @@
#include <biosdev.h>
#include <dev/cons.h>
-const char version[] = "1.09";
+const char version[] = "1.10";
int debug = 1;