diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-11-16 00:58:08 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-11-16 00:58:08 +0100 |
commit | 8beecd42f2789635891121be8e185e9acef0bcb5 (patch) | |
tree | c77a01d995a3538aa5f089db29e472e9c011155b /lib/torture | |
parent | badfac44128d64b9e1ba80603ac3835ef50f01f9 (diff) | |
download | samba-8beecd42f2789635891121be8e185e9acef0bcb5.tar.gz samba-8beecd42f2789635891121be8e185e9acef0bcb5.tar.bz2 samba-8beecd42f2789635891121be8e185e9acef0bcb5.zip |
Move torture directory to top-level.
Diffstat (limited to 'lib/torture')
-rw-r--r-- | lib/torture/torture.c | 4 | ||||
-rw-r--r-- | lib/torture/torture.h | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/torture/torture.c b/lib/torture/torture.c index e465529f6b..6b2a5b1061 100644 --- a/lib/torture/torture.c +++ b/lib/torture/torture.c @@ -2,7 +2,7 @@ Unix SMB/CIFS implementation. SMB torture UI functions - Copyright (C) Jelmer Vernooij 2006 + Copyright (C) Jelmer Vernooij 2006-2008 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ */ #include "includes.h" -#include "torture/torture.h" +#include "../torture/torture.h" #include "../lib/util/dlinklist.h" #include "param/param.h" #include "system/filesys.h" diff --git a/lib/torture/torture.h b/lib/torture/torture.h index f06ffe012b..f16d2707bb 100644 --- a/lib/torture/torture.h +++ b/lib/torture/torture.h @@ -105,8 +105,6 @@ struct torture_results bool quiet; bool returncode; - - }; /* |