]> git.proxmox.com Git - mirror_spl-debian.git/commit
More cleanup.
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Wed, 27 Feb 2008 23:42:31 +0000 (23:42 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Wed, 27 Feb 2008 23:42:31 +0000 (23:42 +0000)
commit7c50328b40df4733f31d0fb1ef2056581ff71d4e
tree0219434bf5f791aacdb7927de99e2b758729ba4b
parent70eadc19583d4c90f59bd1a78350657aa3f4afc9
More cleanup.
- Removed all references to kzt and replaced with splat
- Moved portions of include files which do not need to be
  available to all source files in to local.h files in
  proper source subdirs.

git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@14 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
17 files changed:
cmd/Makefile.am
cmd/splat.c
cmd/splat.h [new file with mode: 0644]
include/Makefile.am
include/splat-ctl.h
include/splat.h [deleted file]
modules/splat/Makefile.in
modules/splat/splat-condvar.c
modules/splat/splat-ctl.c
modules/splat/splat-internal.h [new file with mode: 0644]
modules/splat/splat-kmem.c
modules/splat/splat-mutex.c
modules/splat/splat-random.c
modules/splat/splat-rwlock.c
modules/splat/splat-taskq.c
modules/splat/splat-thread.c
modules/splat/splat-time.c