warning: 'apm_create_thread' declared 'static' but never defined
This commit is contained in:
parent
6e8c73f729
commit
f7a8990f7b
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: apm.c,v 1.11 2007/07/09 21:00:30 ad Exp $ */
|
||||
/* $NetBSD: apm.c,v 1.12 2007/07/09 22:58:52 ad Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
|
||||
|
@ -40,7 +40,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: apm.c,v 1.11 2007/07/09 21:00:30 ad Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: apm.c,v 1.12 2007/07/09 22:58:52 ad Exp $");
|
||||
|
||||
#include "opt_apm.h"
|
||||
|
||||
|
@ -108,7 +108,6 @@ int apmdebug = 0;
|
|||
|
||||
static void apm_event_handle(struct apm_softc *, u_int, u_int);
|
||||
static void apm_periodic_check(struct apm_softc *);
|
||||
static void apm_create_thread(void *);
|
||||
static void apm_thread(void *);
|
||||
static void apm_perror(const char *, int, ...)
|
||||
__attribute__((__format__(__printf__,1,3)));
|
||||
|
|
Loading…
Reference in New Issue