summaryrefslogtreecommitdiff
path: root/source4/include/system/filesys.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-21 13:29:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:05 -0500
commit51f3a6a5e86ab648365a03d3188002ffc94afd41 (patch)
tree0c83cf1277dcb5c3c477b1ad78e80f2cfb0d87e8 /source4/include/system/filesys.h
parent913006fa2e136001ea59182392fef08f65c2acfc (diff)
downloadsamba-51f3a6a5e86ab648365a03d3188002ffc94afd41.tar.gz
samba-51f3a6a5e86ab648365a03d3188002ffc94afd41.tar.bz2
samba-51f3a6a5e86ab648365a03d3188002ffc94afd41.zip
r4900: build fix for IRIX 6.5
(This used to be commit f6ff9e6f39efdb312384ebb651b8e0f01e9e8df1)
Diffstat (limited to 'source4/include/system/filesys.h')
-rw-r--r--source4/include/system/filesys.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/include/system/filesys.h b/source4/include/system/filesys.h
index 619b97d9bc..589bf9b0d9 100644
--- a/source4/include/system/filesys.h
+++ b/source4/include/system/filesys.h
@@ -175,10 +175,6 @@
int rename(const char *zfrom, const char *zto);
#endif
-#ifndef UINT16_MAX
-#define UINT16_MAX 65535
-#endif
-
#ifndef HAVE_FTRUNCATE
int ftruncate(int f,long l);
#endif