diff options
author | Christian Ambach <ambi@samba.org> | 2013-05-06 19:00:29 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-05-09 08:05:12 +0200 |
commit | 392b01f53c73e10c596a435040225766a188cda1 (patch) | |
tree | 5c2891de391fb6b23e2d8861e10f34eda3fcd60e | |
parent | e0ca7c4cff49f39559531aafb892fdf95ddfc2ce (diff) | |
download | samba-392b01f53c73e10c596a435040225766a188cda1.tar.gz samba-392b01f53c73e10c596a435040225766a188cda1.tar.bz2 samba-392b01f53c73e10c596a435040225766a188cda1.zip |
s4:torture fix a build break on AIX
Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Thu May 9 08:05:12 CEST 2013 on sn-devel-104
-rw-r--r-- | source4/torture/smb2/delete-on-close.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/smb2/delete-on-close.c b/source4/torture/smb2/delete-on-close.c index 0eef8faf9e..a12c2abc45 100644 --- a/source4/torture/smb2/delete-on-close.c +++ b/source4/torture/smb2/delete-on-close.c @@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "unistd.h" #include "includes.h" #include "libcli/smb2/smb2.h" #include "libcli/smb2/smb2_calls.h" |