summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/libi386/bootinfo.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-09-28 21:59:21 +0000
committerpeter <peter@FreeBSD.org>1998-09-28 21:59:21 +0000
commit6f52c26500b7567034116ba7459895aa0e270b37 (patch)
tree6b4d405d33b2699cc86bf7137a169baa47895d03 /sys/boot/i386/libi386/bootinfo.c
parent21ca5b8d5a23b9709af83836b35213b80f3eb9f7 (diff)
downloadFreeBSD-src-6f52c26500b7567034116ba7459895aa0e270b37.zip
FreeBSD-src-6f52c26500b7567034116ba7459895aa0e270b37.tar.gz
Missing return value that was kinda important.
Diffstat (limited to 'sys/boot/i386/libi386/bootinfo.c')
-rw-r--r--sys/boot/i386/libi386/bootinfo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/i386/libi386/bootinfo.c b/sys/boot/i386/libi386/bootinfo.c
index 7870a5f..0e0a29a 100644
--- a/sys/boot/i386/libi386/bootinfo.c
+++ b/sys/boot/i386/libi386/bootinfo.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bootinfo.c,v 1.3 1998/09/14 18:27:05 msmith Exp $
+ * $Id: bootinfo.c,v 1.4 1998/09/17 23:52:09 msmith Exp $
*/
#include <sys/reboot.h>
@@ -133,6 +133,7 @@ bi_copyenv(vm_offset_t addr)
}
i386_copyin("", addr, 1);
addr++;
+ return(addr);
}
/*
OpenPOWER on IntegriCloud