diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-24 00:20:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-24 00:20:53 +0000 |
commit | 08d3c3d88043e19b75f2ec61274d5f9b7f5ea606 (patch) | |
tree | 0aee3a92a688e0ddcc11b4a69fb7320674eae44e | |
parent | 3462de3bb48777775d09fc810b2e319dad77dabd (diff) |
pull header from here
-rw-r--r-- | sbin/scsi/libscsi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/scsi/libscsi.c b/sbin/scsi/libscsi.c index 34a5fdb9090..f53f52945a9 100644 --- a/sbin/scsi/libscsi.c +++ b/sbin/scsi/libscsi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: libscsi.c,v 1.1 2003/07/23 23:10:23 deraadt Exp $ */ +/* $OpenBSD: libscsi.c,v 1.2 2003/07/24 00:20:52 deraadt Exp $ */ /* Copyright (c) 1994 HD Associates * (contact: dufault@hda.com) @@ -42,7 +42,7 @@ #include <stdarg.h> #include <fcntl.h> -#include "scsi.h" +#include "libscsi.h" static struct { |