From fa0ff0980bbd65df84fee3c75668154f4fe0b4fa Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 8 Oct 1998 00:23:08 +0000 Subject: added some comments (This used to be commit e5ed0e6f96835c5b189368faf4555d07f1f6b19c) --- source3/smbwrapper/wrapped.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source3/smbwrapper/wrapped.c') 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 -- cgit