yield to the strchr() prototype from libkern.h
This commit is contained in:
parent
1d9683a930
commit
f96eb7635f
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: vaxstand.h,v 1.6 2003/11/01 13:02:04 jdolecek Exp $ */
|
||||
/* $NetBSD: vaxstand.h,v 1.7 2003/11/04 14:04:04 jdolecek Exp $ */
|
||||
/*
|
||||
* Copyright (c) 1994 Ludd, University of Lule}, Sweden.
|
||||
* All rights reserved.
|
||||
|
@ -50,7 +50,6 @@ extern int csrbase, nexaddr;
|
|||
|
||||
struct netif_driver;
|
||||
|
||||
char *strchr(char *, int);
|
||||
int net_devinit(struct open_file *f, struct netif_driver *drv, u_char *eaddr);
|
||||
|
||||
/* device calls */
|
||||
|
|
Loading…
Reference in New Issue