Second arg to print function is now 'const char *'

This commit is contained in:
leo 1996-09-25 15:07:40 +00:00
parent 8e7f6c2cf5
commit d9ec4b0569
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.10 1996/08/27 21:55:36 cgd Exp $ */
/* $NetBSD: autoconf.c,v 1.11 1996/09/25 15:07:40 leo Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman
@ -271,7 +271,7 @@ mbattach(pdp, dp, auxp)
int
mbprint(auxp, pnp)
void *auxp;
char *pnp;
const char *pnp;
{
if (pnp)
printf("%s at %s", (char *)auxp, pnp);