From 0e2e3405a6a2ce6bdfb5761eee53e87faaaf970b Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Wed, 22 Apr 2009 13:27:44 +0000 Subject: switch SG3_UTILS_* to SG_LIB_* git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@257 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- lib/sg_io_linux.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/sg_io_linux.c') 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 -- cgit v1.2.3