diff options
Diffstat (limited to 'gnu/usr.sbin/sendmail/libsm/strl.c')
-rw-r--r-- | gnu/usr.sbin/sendmail/libsm/strl.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.sbin/sendmail/libsm/strl.c b/gnu/usr.sbin/sendmail/libsm/strl.c index 225b156a248..21c31464131 100644 --- a/gnu/usr.sbin/sendmail/libsm/strl.c +++ b/gnu/usr.sbin/sendmail/libsm/strl.c @@ -9,11 +9,16 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: strl.c,v 1.28 2001/09/11 04:04:49 gshapiro Exp $") +SM_RCSID("@(#)$Sendmail: strl.c,v 1.29 2001/10/03 16:09:32 ca Exp $") #include <sm/config.h> #include <sm/string.h> /* +** Notice: this file is used by libmilter. Please try to avoid +** using libsm specific functions. +*/ + +/* ** XXX the type of the length parameter has been changed ** from size_t to ssize_t to avoid theoretical problems with negative ** numbers passed into these functions. |