diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-08 00:23:08 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-08 00:23:08 +0000 |
commit | fa0ff0980bbd65df84fee3c75668154f4fe0b4fa (patch) | |
tree | 12418bf4967dc64aa1811b8358d734a22e991d0e | |
parent | 08e890aee6675452138de61b713837b83c4e6ca5 (diff) | |
download | samba-fa0ff0980bbd65df84fee3c75668154f4fe0b4fa.tar.gz samba-fa0ff0980bbd65df84fee3c75668154f4fe0b4fa.tar.bz2 samba-fa0ff0980bbd65df84fee3c75668154f4fe0b4fa.zip |
added some comments
(This used to be commit e5ed0e6f96835c5b189368faf4555d07f1f6b19c)
-rw-r--r-- | source3/smbwrapper/wrapped.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/smbwrapper/wrapped.c b/source3/smbwrapper/wrapped.c index b8943eafaa..790d56c936 100644 --- a/source3/smbwrapper/wrapped.c +++ b/source3/smbwrapper/wrapped.c @@ -19,7 +19,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* NOTE: This file WILL produce compiler warnings. They are unavoidable */ +/* NOTE: This file WILL produce compiler warnings. They are unavoidable + + Do not try and get rid of them by including other include files or + by including includes.h or proto.h or you will break portability. + */ #include "config.h" #include <sys/types.h> |