aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2007-12-19 16:35:49 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2007-12-19 16:35:49 +0000
commitb4530ba23ca6fb39e2bbf56afa4fdc892bf16910 (patch)
tree6a1ad36741c45c218f6ba11001c8260b18e4a09a /utils
parent2fdbef700da5c71ab2eaf80547704d03e7a93f91 (diff)
downloadsg3_utils-b4530ba23ca6fb39e2bbf56afa4fdc892bf16910.tar.gz
change 'long long' to int64_t to stress only need 64 bit integers (similar change to uint64_t)
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@128 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
-rw-r--r--utils/sg_lib.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile
index a0da149b..c1bf677c 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -29,7 +29,7 @@ clean:
hxascdmp: hxascdmp.o
$(LD) -o $@ $(LDFLAGS) $^
-sg_chk_asc: sg_chk_asc.o ../sg_lib.o
+sg_chk_asc: sg_chk_asc.o ../lib/sg_lib.o
$(LD) -o $@ $(LDFLAGS) $^
diff --git a/utils/sg_lib.h b/utils/sg_lib.h
index e2f826a1..609c2584 100644
--- a/utils/sg_lib.h
+++ b/utils/sg_lib.h
@@ -1 +1 @@
-#include "../sg_lib.h"
+#include "../include/sg_lib.h"