Missing return value that was kinda important.
This commit is contained in:
parent
5eec23025f
commit
3165db6cbf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39730
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user