summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-04-04 17:20:57 +0000
committerJeremy Allison <jra@samba.org>2001-04-04 17:20:57 +0000
commitdcc01ec5fb16b3529afef6c13324463db37ad147 (patch)
tree98173ae4141e5554f72d1ff9d49cbe0ad53b9c82 /source3/include/includes.h
parent5948fa9fe1992b54378e73f9bd17ef64f6b96ece (diff)
downloadsamba-dcc01ec5fb16b3529afef6c13324463db37ad147.tar.gz
samba-dcc01ec5fb16b3529afef6c13324463db37ad147.tar.bz2
samba-dcc01ec5fb16b3529afef6c13324463db37ad147.zip
Fix for broken RelientUNIX.
Jeremy. (This used to be commit 6808ec0d471d8b436506bbd7b9db67c28832be76)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 1c72220d4f..325880fad9 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -57,7 +57,7 @@
#ifdef RELIANTUNIX
/*
* <unistd.h> has to be included before any other to get
- * large file support on Reliant UNIX
+ * large file support on Reliant UNIX. Yes, it's broken :-).
*/
#ifdef HAVE_UNISTD_H
#include <unistd.h>