diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-09 06:11:36 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-09 06:11:36 +0000 |
| commit | 303b270b0a55fd0dc287afb82267317ca7826a7b (patch) | |
| tree | 82f7f30caed0917853b890f61d2857d27c2e02e3 /sys/dev/ppbus | |
| parent | 645c4be38a40ae297fc27d00d66da5599fe60eb6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ppbus')
| -rw-r--r-- | sys/dev/ppbus/ppbconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ppbus/ppbconf.c b/sys/dev/ppbus/ppbconf.c index 756550c3498d..647676dfa16d 100644 --- a/sys/dev/ppbus/ppbconf.c +++ b/sys/dev/ppbus/ppbconf.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ppbconf.c,v 1.3 1997/08/28 10:15:14 msmith Exp $ + * $Id: ppbconf.c,v 1.4 1997/09/01 00:51:46 bde Exp $ * */ #include <sys/param.h> @@ -37,7 +37,7 @@ #include <dev/ppbus/ppbconf.h> #include <dev/ppbus/ppb_1284.h> -LIST_HEAD(, ppb_data) ppbdata; /* list of existing ppbus */ +static LIST_HEAD(, ppb_data) ppbdata; /* list of existing ppbus */ /* * Add a null driver so that the linker set always exists. |
