summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/torture/torture.c4
-rw-r--r--lib/torture/torture.h2
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;
-
-
};
/*