diff options
Diffstat (limited to 'usr/src/uts/common/os/vfs_conf.c')
-rw-r--r-- | usr/src/uts/common/os/vfs_conf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/uts/common/os/vfs_conf.c b/usr/src/uts/common/os/vfs_conf.c index ae953b5030..9747c75541 100644 --- a/usr/src/uts/common/os/vfs_conf.c +++ b/usr/src/uts/common/os/vfs_conf.c @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -31,8 +31,6 @@ #include <sys/vfs.h> #include <sys/t_lock.h> -extern struct vfsops vfs_strayops; /* XXX move here from vfs.c ? */ - extern int swapinit(int fstype, char *name); /* |