summaryrefslogtreecommitdiffstats
path: root/sail/driver.h
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>1998-03-29 04:57:19 +0000
committermrg <mrg@NetBSD.org>1998-03-29 04:57:19 +0000
commit3b0bf94a42df78b2914b10e6a118a8ccab48b9dd (patch)
treebf1b9642940a3c45acbec7a58e1ecf57b80deac5 /sail/driver.h
parent5c4e9bf5d8503b277e31bc95f0ebc6d68425c0cf (diff)
downloadbsdgames-darwin-3b0bf94a42df78b2914b10e6a118a8ccab48b9dd.tar.gz
bsdgames-darwin-3b0bf94a42df78b2914b10e6a118a8ccab48b9dd.tar.zst
bsdgames-darwin-3b0bf94a42df78b2914b10e6a118a8ccab48b9dd.zip
add missing extern to several variables.
Diffstat (limited to 'sail/driver.h')
-rw-r--r--sail/driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sail/driver.h b/sail/driver.h
index 3a0cd9d7..033e1ed0 100644
--- a/sail/driver.h
+++ b/sail/driver.h
@@ -1,4 +1,4 @@
-/* $NetBSD: driver.h,v 1.4 1997/01/07 12:42:16 tls Exp $ */
+/* $NetBSD: driver.h,v 1.5 1998/03/29 04:57:19 mrg Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -37,4 +37,4 @@
#include "extern.h"
-int dtab[];
+extern int dtab[];