From 8beecd42f2789635891121be8e185e9acef0bcb5 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 16 Nov 2008 00:58:08 +0100 Subject: Move torture directory to top-level. --- lib/torture/torture.c | 4 ++-- lib/torture/torture.h | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'lib') 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; - - }; /* -- cgit