diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-11-29 10:25:50 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-11-29 10:25:50 +0000 |
commit | f73a856d2385c41dae0d1bacc12bda6b031f47e7 (patch) | |
tree | 04a837dcdadd73fa6cc99eaeb902219e812b9833 /sys/ddb/db_access.c | |
parent | ad46e209d27a8f23c8e0e5e13bcc6177734df888 (diff) |
Notes
Diffstat (limited to 'sys/ddb/db_access.c')
-rw-r--r-- | sys/ddb/db_access.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c index d1371804174d4..c7860d1b24ff5 100644 --- a/sys/ddb/db_access.c +++ b/sys/ddb/db_access.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_access.c,v 1.7 1995/05/30 07:56:46 rgrimes Exp $ + * $Id: db_access.c,v 1.8 1995/11/24 14:13:29 bde Exp $ */ /* @@ -41,7 +41,7 @@ * boundaries. */ -unsigned db_extend[] = { /* table for sign-extending */ +static unsigned db_extend[] = { /* table for sign-extending */ 0, 0xFFFFFF80U, 0xFFFF8000U, |