aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2009-04-22 13:27:44 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2009-04-22 13:27:44 +0000
commit0e2e3405a6a2ce6bdfb5761eee53e87faaaf970b (patch)
treec2072ca5edc9b82a6303bdbfd7f277cab43dedfc /lib
parentb94e7e7cab56608742565a50b402c0a5aa40a42a (diff)
downloadsg3_utils-0e2e3405a6a2ce6bdfb5761eee53e87faaaf970b.tar.gz
switch SG3_UTILS_* to SG_LIB_*
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@257 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'lib')
-rw-r--r--lib/sg_io_linux.c6
-rw-r--r--lib/sg_lib.c2
-rw-r--r--lib/sg_lib_data.c2
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/sg_io_linux.c b/lib/sg_io_linux.c
index f4cf762d..93a5efb3 100644
--- a/lib/sg_io_linux.c
+++ b/lib/sg_io_linux.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999-2007 Douglas Gilbert.
+ * Copyright (c) 1999-2009 Douglas Gilbert.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -38,12 +38,12 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#ifdef SG3_UTILS_LINUX
+#ifdef SG_LIB_LINUX
#include "sg_io_linux.h"
-/* Version 1.02 20081031 */
+/* Version 1.03 20090422 */
void
diff --git a/lib/sg_lib.c b/lib/sg_lib.c
index 52b33eee..7cdd9ddd 100644
--- a/lib/sg_lib.c
+++ b/lib/sg_lib.c
@@ -1574,7 +1574,7 @@ sg_lib_version()
}
-#ifdef SG3_UTILS_MINGW
+#ifdef SG_LIB_MINGW
/* Non Unix OSes distinguish between text and binary files.
Set text mode on fd. Does nothing in Unix. Returns negative number on
failure. */
diff --git a/lib/sg_lib_data.c b/lib/sg_lib_data.c
index e1d281ed..3c43234c 100644
--- a/lib/sg_lib_data.c
+++ b/lib/sg_lib_data.c
@@ -37,7 +37,7 @@
#endif
-const char * sg_lib_version_str = "1.49 20090420"; /* spc-4 rev 18 + */
+const char * sg_lib_version_str = "1.50 20090422"; /* spc-4 rev 18 + */
struct sg_lib_value_name_t sg_lib_normal_opcodes[] = {
{0, 0, "Test Unit Ready"},