summaryrefslogtreecommitdiffstats
path: root/sys/sys/dmap.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-07-29 11:44:31 +0000
committerbde <bde@FreeBSD.org>1995-07-29 11:44:31 +0000
commit38a74a7bc23af4d5ed5deeff2f4ab6329b0a26cc (patch)
treeb89d1e0366b685acdcb1eb8c959a65e2e330cb0c /sys/sys/dmap.h
parent795b455aacbca36da42882b1290f5d37f1618bfe (diff)
downloadFreeBSD-src-38a74a7bc23af4d5ed5deeff2f4ab6329b0a26cc.zip
FreeBSD-src-38a74a7bc23af4d5ed5deeff2f4ab6329b0a26cc.tar.gz
Eliminate sloppy common-style declarations. There should be none left for
the LINT configuation.
Diffstat (limited to 'sys/sys/dmap.h')
-rw-r--r--sys/sys/dmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/dmap.h b/sys/sys/dmap.h
index b9ca5a1..bab44ee 100644
--- a/sys/sys/dmap.h
+++ b/sys/sys/dmap.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)dmap.h 8.2 (Berkeley) 1/4/94
- * $Id$
+ * $Id: dmap.h,v 1.2 1994/08/02 07:52:52 davidg Exp $
*/
#ifndef _SYS_DMAP_H_
@@ -49,8 +49,8 @@ struct dmap {
swblk_t dm_map[NDMAP]; /* first disk block number in each chunk */
};
#ifdef KERNEL
-struct dmap zdmap;
-int dmmin, dmmax, dmtext;
+extern struct dmap zdmap;
+extern int dmmin, dmmax, dmtext;
#endif
/* The following structure is that ``returned'' from a call to vstodb(). */
OpenPOWER on IntegriCloud