Delete stray extern declaration for non-existing variables.

This commit is contained in:
peter 1998-11-09 07:03:04 +00:00
parent 4dde2ece8b
commit 0bc0cd8404

View File

@ -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
*/