Fix one more _PATH_UNIX.

This commit is contained in:
Garrett Wollman 1994-09-24 03:18:32 +00:00
parent 89730b290a
commit 9e7b894ffe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3045

View File

@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: modload.c,v 1.3 1994/09/18 04:12:13 davidg Exp $ * $Id: modload.c,v 1.4 1994/09/22 22:35:53 wollman Exp $
*/ */
#include <stdio.h> #include <stdio.h>
@ -147,7 +147,7 @@ main(argc, argv)
char *argv[]; char *argv[];
{ {
int c; int c;
char *kname = _PATH_UNIX; char *kname = (char *)getbootfile();
char *entry = DFLT_ENTRY; char *entry = DFLT_ENTRY;
char *post = NULL; char *post = NULL;
char *out = NULL; char *out = NULL;