Add stub for nfs_boot_getfh if NETHER==0

This commit is contained in:
gwr 1996-02-16 15:18:19 +00:00
parent 7847c9efee
commit 04ff35d122
1 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_boot.c,v 1.23 1996/02/13 17:53:33 gwr Exp $ */
/* $NetBSD: nfs_boot.c,v 1.24 1996/02/16 15:18:19 gwr Exp $ */
/*
* Copyright (c) 1995 Adam Glass, Gordon Ross
@ -63,6 +63,15 @@ int nfs_boot_init(nd, procp)
panic("nfs_boot_init: no ether");
}
void
nfs_boot_getfh(bpsin, key, ndmntp)
struct sockaddr_in *bpsin;
char *key;
struct nfs_dlmount *ndmntp;
{
/* can not get here */
}
#else /* NETHER */
/*