Bruce wants the warning.

This commit is contained in:
peter 1997-09-14 11:28:30 +00:00
parent 76f7ee50c6
commit d877743579
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: if_fea.c,v 1.4 1997/07/20 06:31:09 bde Exp $
* $Id: if_fea.c,v 1.5 1997/09/13 15:28:30 peter Exp $
*/
/*
@ -159,7 +159,7 @@ static struct eisa_driver pdq_eisa_driver = {
DATA_SET(eisadriver_set, pdq_eisa_driver);
static char *
static const char *
pdq_eisa_match(
eisa_id_t type)
{

View File

@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: if_fea.c,v 1.4 1997/07/20 06:31:09 bde Exp $
* $Id: if_fea.c,v 1.5 1997/09/13 15:28:30 peter Exp $
*/
/*
@ -159,7 +159,7 @@ static struct eisa_driver pdq_eisa_driver = {
DATA_SET(eisadriver_set, pdq_eisa_driver);
static char *
static const char *
pdq_eisa_match(
eisa_id_t type)
{