Ifdef declaration of a conditionally defined function "timezero".

This commit is contained in:
Dmitrij Tejblum 1999-03-28 23:28:18 +00:00
parent f4694a8785
commit a4ca0596ca
3 changed files with 9 additions and 3 deletions

View File

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.64 1998/12/14 19:16:17 bde Exp $
* $Id: npx.c,v 1.65 1999/01/08 16:29:59 bde Exp $
*/
#include "npx.h"
@ -122,8 +122,10 @@ typedef u_char bool_t;
static int npxattach __P((struct isa_device *dvp));
static int npxprobe __P((struct isa_device *dvp));
static int npxprobe1 __P((struct isa_device *dvp));
#ifdef I586_CPU
static long timezero __P((const char *funcname,
void (*func)(void *buf, size_t len)));
#endif /* I586_CPU */
struct isa_driver npxdriver = {
npxprobe, npxattach, "npx",

View File

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.64 1998/12/14 19:16:17 bde Exp $
* $Id: npx.c,v 1.65 1999/01/08 16:29:59 bde Exp $
*/
#include "npx.h"
@ -122,8 +122,10 @@ typedef u_char bool_t;
static int npxattach __P((struct isa_device *dvp));
static int npxprobe __P((struct isa_device *dvp));
static int npxprobe1 __P((struct isa_device *dvp));
#ifdef I586_CPU
static long timezero __P((const char *funcname,
void (*func)(void *buf, size_t len)));
#endif /* I586_CPU */
struct isa_driver npxdriver = {
npxprobe, npxattach, "npx",

View File

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.64 1998/12/14 19:16:17 bde Exp $
* $Id: npx.c,v 1.65 1999/01/08 16:29:59 bde Exp $
*/
#include "npx.h"
@ -122,8 +122,10 @@ typedef u_char bool_t;
static int npxattach __P((struct isa_device *dvp));
static int npxprobe __P((struct isa_device *dvp));
static int npxprobe1 __P((struct isa_device *dvp));
#ifdef I586_CPU
static long timezero __P((const char *funcname,
void (*func)(void *buf, size_t len)));
#endif /* I586_CPU */
struct isa_driver npxdriver = {
npxprobe, npxattach, "npx",