Browse Source

do not export error_table

OPENBSD_3_2
deraadt 22 years ago
parent
commit
f73c2b1c58
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libutil/scsi.c

+ 2
- 2
src/lib/libutil/scsi.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: scsi.c,v 1.4 2001/09/06 01:36:04 deraadt Exp $ */
/* $OpenBSD: scsi.c,v 1.5 2002/08/23 23:47:32 deraadt Exp $ */
/* Copyright (c) 1994 HD Associates
* (contact: dufault@hda.com)
@ -984,7 +984,7 @@ static u_long g_u_long(u_char *s)
/* In the old software you could patch in a special error table:
*/
scsi_assoc_t *error_table = 0;
static scsi_assoc_t *error_table = 0;
static void sense_7x_dump(FILE *f, scsireq_t *scsireq)
{


Loading…
Cancel
Save