diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-11-09 07:03:04 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-11-09 07:03:04 +0000 |
| commit | 497e02e36488649816aac316b0c1c475e75b148d (patch) | |
| tree | e3edf07be4f8a7ea3ecc672bee002ebe9ad4208f /sys/miscfs | |
| parent | dad00f4e9c8948e7621604def1e8041e00263e89 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs')
| -rw-r--r-- | sys/miscfs/devfs/devfsdefs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/miscfs/devfs/devfsdefs.h b/sys/miscfs/devfs/devfsdefs.h index 9144c3dd925e..43ae38b5d557 100644 --- a/sys/miscfs/devfs/devfsdefs.h +++ b/sys/miscfs/devfs/devfsdefs.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: devfsdefs.h,v 1.16 1998/07/05 23:10:22 julian Exp $ + * $Id: devfsdefs.h,v 1.17 1998/09/30 20:33:46 sos Exp $ */ #ifdef DEVFS_DEBUG #define DBPRINT(A) printf(A) @@ -202,7 +202,6 @@ struct dev_vn_data devnm_p back; }; -extern struct vnodeops spec_vnodeops,devfs_vnodeops; /* * Prototypes for DEVFS virtual filesystem operations */ |
