diff options
author | eivind <eivind@FreeBSD.org> | 1998-11-26 18:50:24 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1998-11-26 18:50:24 +0000 |
commit | 3cf3a6389ea31d2b7253bde48d67ca97a35f28ab (patch) | |
tree | f85eb015f64d97d6dd3fd97bd800aca17431043d /sys/miscfs/devfs/devfs_tree.c | |
parent | 8fdbb5fce3dcffafe4407722bf38a7a0d32dee3b (diff) | |
download | FreeBSD-src-3cf3a6389ea31d2b7253bde48d67ca97a35f28ab.zip FreeBSD-src-3cf3a6389ea31d2b7253bde48d67ca97a35f28ab.tar.gz |
Staticize.
Diffstat (limited to 'sys/miscfs/devfs/devfs_tree.c')
-rw-r--r-- | sys/miscfs/devfs/devfs_tree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/devfs/devfs_tree.c b/sys/miscfs/devfs/devfs_tree.c index c43a011..9691537 100644 --- a/sys/miscfs/devfs/devfs_tree.c +++ b/sys/miscfs/devfs/devfs_tree.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: devfs_tree.c,v 1.55 1998/07/04 22:30:22 julian Exp $ + * $Id: devfs_tree.c,v 1.56 1998/07/05 23:10:21 julian Exp $ */ @@ -56,7 +56,7 @@ static MALLOC_DEFINE(M_DEVFSNODE, "DEVFS node", "DEVFS node"); static MALLOC_DEFINE(M_DEVFSNAME, "DEVFS name", "DEVFS name"); devnm_p dev_root; /* root of the backing tree */ -struct mount *devfs_hidden_mount; +static struct mount *devfs_hidden_mount; int devfs_up_and_going; /* |