diff options
Diffstat (limited to 'gnu/usr.sbin/sendmail/libsm')
87 files changed, 128 insertions, 113 deletions
diff --git a/gnu/usr.sbin/sendmail/libsm/assert.c b/gnu/usr.sbin/sendmail/libsm/assert.c index 8ffe85789ec..56438866e9f 100644 --- a/gnu/usr.sbin/sendmail/libsm/assert.c +++ b/gnu/usr.sbin/sendmail/libsm/assert.c @@ -9,7 +9,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: assert.c,v 1.23 2001/09/04 22:41:27 ca Exp $") +SM_RCSID("@(#)$Sendmail: assert.c,v 1.25 2001/09/11 04:04:47 gshapiro Exp $") /* ** Abnormal program termination and assertion checking. diff --git a/gnu/usr.sbin/sendmail/libsm/b-strcmp.c b/gnu/usr.sbin/sendmail/libsm/b-strcmp.c index 192c884073c..f8da755e282 100644 --- a/gnu/usr.sbin/sendmail/libsm/b-strcmp.c +++ b/gnu/usr.sbin/sendmail/libsm/b-strcmp.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: b-strcmp.c,v 1.10 2001/08/31 17:49:28 gshapiro Exp $") +SM_RCSID("@(#)$Sendmail: b-strcmp.c,v 1.12 2001/09/11 04:04:47 gshapiro Exp $") #include <stdio.h> #include <stdlib.h> #include <unistd.h> diff --git a/gnu/usr.sbin/sendmail/libsm/b-strl.c b/gnu/usr.sbin/sendmail/libsm/b-strl.c index 5179642f8d5..626964b8ab4 100644 --- a/gnu/usr.sbin/sendmail/libsm/b-strl.c +++ b/gnu/usr.sbin/sendmail/libsm/b-strl.c @@ -19,7 +19,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: b-strl.c,v 1.22 2001/04/03 01:53:10 gshapiro Exp $") +SM_RCSID("@(#)$Sendmail: b-strl.c,v 1.24 2001/09/11 04:04:47 gshapiro Exp $") #include <stdio.h> #include <stdlib.h> #include <unistd.h> diff --git a/gnu/usr.sbin/sendmail/libsm/cf.c b/gnu/usr.sbin/sendmail/libsm/cf.c index 9ee2bbfa218..65bb4f13471 100644 --- a/gnu/usr.sbin/sendmail/libsm/cf.c +++ b/gnu/usr.sbin/sendmail/libsm/cf.c @@ -9,7 +9,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: cf.c,v 1.4 2001/02/01 02:40:21 dmoen Exp $") +SM_RCSID("@(#)$Sendmail: cf.c,v 1.6 2001/09/11 04:04:47 gshapiro Exp $") #include <ctype.h> #include <errno.h> diff --git a/gnu/usr.sbin/sendmail/libsm/clock.c b/gnu/usr.sbin/sendmail/libsm/clock.c index b3f2355eee7..540512789c4 100644 --- a/gnu/usr.sbin/sendmail/libsm/clock.c +++ b/gnu/usr.sbin/sendmail/libsm/clock.c @@ -12,7 +12,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: clock.c,v 1.30 2001/08/31 20:44:28 ca Exp $") +SM_RCSID("@(#)$Sendmail: clock.c,v 1.33 2001/09/11 04:04:47 gshapiro Exp $") #include <unistd.h> #include <time.h> #include <errno.h> @@ -169,7 +169,7 @@ sm_sigsafe_seteventm(intvl, func, arg) (void) sm_releasesignal(SIGALRM); return ev; } -/* +/* ** SM_CLREVENT -- remove an event from the event queue. ** ** Parameters: @@ -234,7 +234,7 @@ sm_clrevent(ev) # endif /* SM_CONF_SETITIMER */ } } -/* +/* ** SM_CLEAR_EVENTS -- remove all events from the event queue. ** ** Parameters: @@ -282,7 +282,7 @@ sm_clear_events() if (wasblocked == 0) (void) sm_releasesignal(SIGALRM); } -/* +/* ** SM_TICK -- take a clock tick ** ** Called by the alarm clock. This routine runs events as needed. @@ -458,7 +458,7 @@ sm_tick(sig) errno = save_errno; return SIGFUNC_RETURN; } -/* +/* ** SLEEP -- a version of sleep that works with this stuff ** ** Because Unix sleep uses the alarm facility, I must reimplement diff --git a/gnu/usr.sbin/sendmail/libsm/clrerr.c b/gnu/usr.sbin/sendmail/libsm/clrerr.c index 0fb699f9a07..13820cd6782 100644 --- a/gnu/usr.sbin/sendmail/libsm/clrerr.c +++ b/gnu/usr.sbin/sendmail/libsm/clrerr.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: clrerr.c,v 1.11 2001/01/28 00:29:34 ca Exp $") +SM_RCSID("@(#)$Sendmail: clrerr.c,v 1.13 2001/09/11 04:04:48 gshapiro Exp $") #include <sm/io.h> #include <sm/assert.h> #include "local.h" diff --git a/gnu/usr.sbin/sendmail/libsm/config.c b/gnu/usr.sbin/sendmail/libsm/config.c index c6c321d97ba..336d1a3b9d7 100644 --- a/gnu/usr.sbin/sendmail/libsm/config.c +++ b/gnu/usr.sbin/sendmail/libsm/config.c @@ -9,14 +9,14 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: config.c,v 1.19 2001/09/04 22:41:27 ca Exp $") +SM_RCSID("@(#)$Sendmail: config.c,v 1.23 2001/09/24 20:44:07 ca Exp $") #include <stdlib.h> #include <sm/heap.h> #include <sm/string.h> #include <sm/conf.h> -/* +/* ** PUTENV -- emulation of putenv() in terms of setenv() ** ** Not needed on Posix-compliant systems. @@ -126,7 +126,7 @@ putenv(env) # endif /* NEEDPUTENV == 2 */ #endif /* NEEDPUTENV */ -/* +/* ** UNSETENV -- remove a variable from the environment ** ** Not needed on newer systems. @@ -173,6 +173,9 @@ char *SmCompileOptions[] = #if SM_CONF_BROKEN_STRTOD "SM_CONF_BROKEN_STRTOD", #endif /* SM_CONF_BROKEN_STRTOD */ +#if SM_CONF_CANT_SETRGID + "SM_CONF_CANT_SETRGID", +#endif /* SM_CONF_CANT_SETRGID */ #if SM_CONF_GETOPT "SM_CONF_GETOPT", #endif /* SM_CONF_GETOPT */ diff --git a/gnu/usr.sbin/sendmail/libsm/debug.c b/gnu/usr.sbin/sendmail/libsm/debug.c index 5a201967563..787630eec95 100644 --- a/gnu/usr.sbin/sendmail/libsm/debug.c +++ b/gnu/usr.sbin/sendmail/libsm/debug.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: debug.c,v 1.25 2001/09/04 22:41:27 ca Exp $") +SM_RCSID("@(#)$Sendmail: debug.c,v 1.28 2001/09/25 19:57:05 gshapiro Exp $") /* ** libsm debugging and tracing @@ -97,6 +97,8 @@ sm_dprintf(fmt, va_alist) { SM_VA_LOCAL_DECL + if (SmDebugOutput == NULL) + return; SM_VA_START(ap, fmt); sm_io_vfprintf(SmDebugOutput, SmDebugOutput->f_timeout, fmt, ap); SM_VA_END(ap); diff --git a/gnu/usr.sbin/sendmail/libsm/errstring.c b/gnu/usr.sbin/sendmail/libsm/errstring.c index a836dbaab24..0736ae6b6d3 100644 --- a/gnu/usr.sbin/sendmail/libsm/errstring.c +++ b/gnu/usr.sbin/sendmail/libsm/errstring.c @@ -11,7 +11,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: errstring.c,v 1.8 2001/08/27 12:59:34 ca Exp $") +SM_RCSID("@(#)$Sendmail: errstring.c,v 1.11 2001/09/25 21:25:00 gshapiro Exp $") #include <errno.h> #include <stdio.h> /* sys_errlist, on some platforms */ @@ -43,6 +43,8 @@ const char * sm_errstring(errnum) int errnum; { + char *ret; + switch (errnum) { case EPERM: @@ -187,5 +189,13 @@ sm_errstring(errnum) return ldap_err2string(errnum - E_LDAPBASE); #endif /* LDAPMAP */ - return strerror(errnum); + ret = strerror(errnum); + if (ret == NULL) + { + static char buf[30]; + + (void) sm_snprintf(buf, sizeof buf, "Error %d", errnum); + return buf; + } + return ret; } diff --git a/gnu/usr.sbin/sendmail/libsm/exc.c b/gnu/usr.sbin/sendmail/libsm/exc.c index 1ce07f65ad7..8924635c527 100644 --- a/gnu/usr.sbin/sendmail/libsm/exc.c +++ b/gnu/usr.sbin/sendmail/libsm/exc.c @@ -9,7 +9,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: exc.c,v 1.43 2001/09/04 22:41:27 ca Exp $") +SM_RCSID("@(#)$Sendmail: exc.c,v 1.45 2001/09/11 04:04:48 gshapiro Exp $") /* ** exception handling diff --git a/gnu/usr.sbin/sendmail/libsm/fclose.c b/gnu/usr.sbin/sendmail/libsm/fclose.c index 7fb8785af70..c91511e2e3f 100644 --- a/gnu/usr.sbin/sendmail/libsm/fclose.c +++ b/gnu/usr.sbin/sendmail/libsm/fclose.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: fclose.c,v 1.39 2001/06/06 00:25:48 ca Exp $") +SM_RCSID("@(#)$Sendmail: fclose.c,v 1.41 2001/09/11 04:04:48 gshapiro Exp $") #include <errno.h> #include <stdlib.h> #include <sys/time.h> diff --git a/gnu/usr.sbin/sendmail/libsm/feof.c b/gnu/usr.sbin/sendmail/libsm/feof.c index 487dc07a6e7..e9f6ef8f991 100644 --- a/gnu/usr.sbin/sendmail/libsm/feof.c +++ b/gnu/usr.sbin/sendmail/libsm/feof.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: feof.c,v 1.11 2001/04/03 01:46:40 ca Exp $") +SM_RCSID("@(#)$Sendmail: feof.c,v 1.13 2001/09/11 04:04:48 gshapiro Exp $") #include <sm/io.h> #include <sm/assert.h> #include "local.h" diff --git a/gnu/usr.sbin/sendmail/libsm/ferror.c b/gnu/usr.sbin/sendmail/libsm/ferror.c index 94e9adc84ce..8f981662e44 100644 --- a/gnu/usr.sbin/sendmail/libsm/ferror.c +++ b/gnu/usr.sbin/sendmail/libsm/ferror.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: ferror.c,v 1.11 2001/04/03 01:46:40 ca Exp $") +SM_RCSID("@(#)$Sendmail: ferror.c,v 1.13 2001/09/11 04:04:48 gshapiro Exp $") #include <sm/io.h> #include <sm/assert.h> #include "local.h" diff --git a/gnu/usr.sbin/sendmail/libsm/fflush.c b/gnu/usr.sbin/sendmail/libsm/fflush.c index a65a8ec2307..d5089d18156 100644 --- a/gnu/usr.sbin/sendmail/libsm/fflush.c +++ b/gnu/usr.sbin/sendmail/libsm/fflush.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: fflush.c,v 1.41 2001/05/15 16:55:27 ca Exp $") +SM_RCSID("@(#)$Sendmail: fflush.c,v 1.43 2001/09/11 04:04:48 gshapiro Exp $") #include <unistd.h> #include <errno.h> #include <sys/time.h> diff --git a/gnu/usr.sbin/sendmail/libsm/fget.c b/gnu/usr.sbin/sendmail/libsm/fget.c index de77a4ae03d..af3c8712741 100644 --- a/gnu/usr.sbin/sendmail/libsm/fget.c +++ b/gnu/usr.sbin/sendmail/libsm/fget.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: fget.c,v 1.22 2001/08/27 18:54:14 gshapiro Exp $") +SM_RCSID("@(#)$Sendmail: fget.c,v 1.24 2001/09/11 04:04:48 gshapiro Exp $") #include <stdlib.h> #include <string.h> #include <sm/io.h> diff --git a/gnu/usr.sbin/sendmail/libsm/findfp.c b/gnu/usr.sbin/sendmail/libsm/findfp.c index 01aacacc823..4f691795f38 100644 --- a/gnu/usr.sbin/sendmail/libsm/findfp.c +++ b/gnu/usr.sbin/sendmail/libsm/findfp.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: findfp.c,v 1.58 2001/08/31 21:02:50 ca Exp $") +SM_RCSID("@(#)$Sendmail: findfp.c,v 1.60 2001/09/11 04:04:48 gshapiro Exp $") #include <stdlib.h> #include <unistd.h> #include <sys/param.h> diff --git a/gnu/usr.sbin/sendmail/libsm/flags.c b/gnu/usr.sbin/sendmail/libsm/flags.c index 54f9863913c..7cacf95e823 100644 --- a/gnu/usr.sbin/sendmail/libsm/flags.c +++ b/gnu/usr.sbin/sendmail/libsm/flags.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: flags.c,v 1.18 2001/04/03 01:46:40 ca Exp $") +SM_RCSID("@(#)$Sendmail: flags.c,v 1.20 2001/09/11 04:04:48 gshapiro Exp $") #include <sys/types.h> #include <sys/file.h> #include <errno.h> diff --git a/gnu/usr.sbin/sendmail/libsm/fopen.c b/gnu/usr.sbin/sendmail/libsm/fopen.c index 081ff7aead2..81143d80e50 100644 --- a/gnu/usr.sbin/sendmail/libsm/fopen.c +++ b/gnu/usr.sbin/sendmail/libsm/fopen.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: fopen.c,v 1.55 2001/08/27 18:38:17 gshapiro Exp $") +SM_RCSID("@(#)$Sendmail: fopen.c,v 1.58 2001/09/11 04:04:48 gshapiro Exp $") #include <errno.h> #include <setjmp.h> #include <sys/time.h> @@ -54,7 +54,7 @@ openalrm(sig) { longjmp(OpenTimeOut, 1); } -/* +/* ** REOPENALRM -- handler when timeout activated for sm_io_reopen() ** ** Returns flow of control to where setjmp(ReopenTimeOut) was set. @@ -160,7 +160,7 @@ sm_io_open(type, timeout, info, flags, rpool) return fp; } -/* +/* ** SM_IO_DUP -- duplicate a file pointer ** ** Parameters: @@ -196,7 +196,7 @@ sm_io_dup(fp) fp->f_dup_cnt++; return fp; } -/* +/* ** SM_IO_REOPEN -- open a new file using the old file pointer ** ** Parameters: @@ -312,7 +312,7 @@ sm_io_reopen(type, timeout, info, flags, rpool, fp) return fp2; } -/* +/* ** SM_IO_AUTOFLUSH -- link another file to this for auto-flushing ** ** When a read occurs on fp, fp2 will be flushed iff there is no @@ -341,7 +341,7 @@ sm_io_autoflush(fp, fp2) fp->f_flushfp = fp2; return savefp; } -/* +/* ** SM_IO_AUTOMODE -- link another file to this for auto-moding ** ** When the mode (blocking or non-blocking) changes for fp1 then diff --git a/gnu/usr.sbin/sendmail/libsm/fpos.c b/gnu/usr.sbin/sendmail/libsm/fpos.c index 279d017aba5..e20d3300379 100644 --- a/gnu/usr.sbin/sendmail/libsm/fpos.c +++ b/gnu/usr.sbin/sendmail/libsm/fpos.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: fpos.c,v 1.35 2001/06/06 00:25:48 ca Exp $") +SM_RCSID("@(#)$Sendmail: fpos.c,v 1.37 2001/09/11 04:04:48 gshapiro Exp $") #include <errno.h> #include <setjmp.h> #include <sys/time.h> diff --git a/gnu/usr.sbin/sendmail/libsm/fprintf.c b/gnu/usr.sbin/sendmail/libsm/fprintf.c index d5605bb3495..0a2f4bf482e 100644 --- a/gnu/usr.sbin/sendmail/libsm/fprintf.c +++ b/gnu/usr.sbin/sendmail/libsm/fprintf.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: fprintf.c,v 1.15 2001/03/02 23:53:41 ca Exp $") +SM_RCSID("@(#)$Sendmail: fprintf.c,v 1.17 2001/09/11 04:04:48 gshapiro Exp $") #include <sm/varargs.h> #include <sm/io.h> #include <sm/assert.h> diff --git a/gnu/usr.sbin/sendmail/libsm/fpurge.c b/gnu/usr.sbin/sendmail/libsm/fpurge.c index fd18d458da2..48cd8fde137 100644 --- a/gnu/usr.sbin/sendmail/libsm/fpurge.c +++ b/gnu/usr.sbin/sendmail/libsm/fpurge.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: fpurge.c,v 1.18 2001/01/28 00:29:35 ca Exp $") +SM_RCSID("@(#)$Sendmail: fpurge.c,v 1.20 2001/09/11 04:04:48 gshapiro Exp $") #include <stdlib.h> #include <errno.h> #include <sm/io.h> diff --git a/gnu/usr.sbin/sendmail/libsm/fput.c b/gnu/usr.sbin/sendmail/libsm/fput.c index fd7dca085e2..7dd89facbfe 100644 --- a/gnu/usr.sbin/sendmail/libsm/fput.c +++ b/gnu/usr.sbin/sendmail/libsm/fput.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: fput.c,v 1.18 2001/01/28 00:29:35 ca Exp $") +SM_RCSID("@(#)$Sendmail: fput.c,v 1.20 2001/09/11 04:04:48 gshapiro Exp $") #include <string.h> #include <errno.h> #include <sm/io.h> diff --git a/gnu/usr.sbin/sendmail/libsm/fread.c b/gnu/usr.sbin/sendmail/libsm/fread.c index 0e0a97e7fba..9439f73e4cc 100644 --- a/gnu/usr.sbin/sendmail/libsm/fread.c +++ b/gnu/usr.sbin/sendmail/libsm/fread.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: fread.c,v 1.26 2001/02/28 20:54:03 ca Exp $") +SM_RCSID("@(#)$Sendmail: fread.c,v 1.28 2001/09/11 04:04:48 gshapiro Exp $") #include <string.h> #include <errno.h> #include <sm/io.h> diff --git a/gnu/usr.sbin/sendmail/libsm/fscanf.c b/gnu/usr.sbin/sendmail/libsm/fscanf.c index 71254d05c95..462c0330ae7 100644 --- a/gnu/usr.sbin/sendmail/libsm/fscanf.c +++ b/gnu/usr.sbin/sendmail/libsm/fscanf.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: fscanf.c,v 1.15 2001/03/02 23:53:41 ca Exp $") +SM_RCSID("@(#)$Sendmail: fscanf.c,v 1.17 2001/09/11 04:04:48 gshapiro Exp $") #include <sm/varargs.h> #include <sm/assert.h> #include <sm/io.h> diff --git a/gnu/usr.sbin/sendmail/libsm/fseek.c b/gnu/usr.sbin/sendmail/libsm/fseek.c index bb7d3308573..0fac33ffdbc 100644 --- a/gnu/usr.sbin/sendmail/libsm/fseek.c +++ b/gnu/usr.sbin/sendmail/libsm/fseek.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: fseek.c,v 1.42 2001/08/27 18:54:14 gshapiro Exp $") +SM_RCSID("@(#)$Sendmail: fseek.c,v 1.45 2001/09/11 04:04:48 gshapiro Exp $") #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> @@ -31,7 +31,7 @@ SM_RCSID("@(#)$Sendmail: fseek.c,v 1.42 2001/08/27 18:54:14 gshapiro Exp $") static jmp_buf SeekTimeOut; -/* +/* ** SEEKALRM -- handler when timeout activated for sm_io_seek() ** ** Returns flow of control to where setjmp(SeekTimeOut) was set. diff --git a/gnu/usr.sbin/sendmail/libsm/fvwrite.c b/gnu/usr.sbin/sendmail/libsm/fvwrite.c index 19e3ed0cc5f..a64e27f4882 100644 --- a/gnu/usr.sbin/sendmail/libsm/fvwrite.c +++ b/gnu/usr.sbin/sendmail/libsm/fvwrite.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: fvwrite.c,v 1.47 2001/08/27 13:02:20 ca Exp $") +SM_RCSID("@(#)$Sendmail: fvwrite.c,v 1.49 2001/09/11 04:04:48 gshapiro Exp $") #include <stdlib.h> #include <unistd.h> #include <string.h> diff --git a/gnu/usr.sbin/sendmail/libsm/fwalk.c b/gnu/usr.sbin/sendmail/libsm/fwalk.c index 5f52a2cf8fa..7b607fd4fec 100644 --- a/gnu/usr.sbin/sendmail/libsm/fwalk.c +++ b/gnu/usr.sbin/sendmail/libsm/fwalk.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: fwalk.c,v 1.19 2001/03/02 03:22:18 ca Exp $") +SM_RCSID("@(#)$Sendmail: fwalk.c,v 1.21 2001/09/11 04:04:48 gshapiro Exp $") #include <errno.h> #include <sm/io.h> #include "local.h" diff --git a/gnu/usr.sbin/sendmail/libsm/fwrite.c b/gnu/usr.sbin/sendmail/libsm/fwrite.c index 3e8ab5f5409..df43b64d7cc 100644 --- a/gnu/usr.sbin/sendmail/libsm/fwrite.c +++ b/gnu/usr.sbin/sendmail/libsm/fwrite.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: fwrite.c,v 1.22 2001/04/03 01:46:40 ca Exp $") +SM_RCSID("@(#)$Sendmail: fwrite.c,v 1.24 2001/09/11 04:04:48 gshapiro Exp $") #include <errno.h> #include <sm/io.h> #include <sm/assert.h> diff --git a/gnu/usr.sbin/sendmail/libsm/get.c b/gnu/usr.sbin/sendmail/libsm/get.c index 068286a6344..e7c104252f7 100644 --- a/gnu/usr.sbin/sendmail/libsm/get.c +++ b/gnu/usr.sbin/sendmail/libsm/get.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: get.c,v 1.16 2001/01/28 00:29:35 ca Exp $") +SM_RCSID("@(#)$Sendmail: get.c,v 1.18 2001/09/11 04:04:48 gshapiro Exp $") #include <sm/io.h> #include <sm/assert.h> #include "local.h" diff --git a/gnu/usr.sbin/sendmail/libsm/heap.c b/gnu/usr.sbin/sendmail/libsm/heap.c index 27ab6c767e7..e4ea5fd47b8 100644 --- a/gnu/usr.sbin/sendmail/libsm/heap.c +++ b/gnu/usr.sbin/sendmail/libsm/heap.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: heap.c,v 1.47 2001/09/04 22:41:27 ca Exp $") +SM_RCSID("@(#)$Sendmail: heap.c,v 1.50 2001/09/11 04:04:48 gshapiro Exp $") /* ** debugging memory allocation package @@ -179,7 +179,7 @@ sm_realloc_x(ptr, size) sm_exc_raise_x(&SmHeapOutOfMemory); return newptr; } -/* +/* ** SM_FREE -- wrapper around free() ** ** Parameters: @@ -507,7 +507,7 @@ sm_heap_register(ptr, size, tag, num, group) SmHeapTable[i] = hi; return true; } -/* +/* ** SM_REALLOC -- wrapper for realloc(), debugging version. ** ** Parameters: diff --git a/gnu/usr.sbin/sendmail/libsm/ldap.c b/gnu/usr.sbin/sendmail/libsm/ldap.c index 2c92bce45ee..2f7af53c3cd 100644 --- a/gnu/usr.sbin/sendmail/libsm/ldap.c +++ b/gnu/usr.sbin/sendmail/libsm/ldap.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: ldap.c,v 1.8 2001/06/06 00:09:47 gshapiro Exp $") +SM_RCSID("@(#)$Sendmail: ldap.c,v 1.10 2001/09/11 04:04:48 gshapiro Exp $") #if LDAPMAP # include <sys/types.h> diff --git a/gnu/usr.sbin/sendmail/libsm/makebuf.c b/gnu/usr.sbin/sendmail/libsm/makebuf.c index 958cb21ebb6..7b4efc24519 100644 --- a/gnu/usr.sbin/sendmail/libsm/makebuf.c +++ b/gnu/usr.sbin/sendmail/libsm/makebuf.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: makebuf.c,v 1.21 2001/08/27 13:03:48 ca Exp $") +SM_RCSID("@(#)$Sendmail: makebuf.c,v 1.23 2001/09/11 04:04:48 gshapiro Exp $") #include <stdlib.h> #include <unistd.h> #include <sys/types.h> diff --git a/gnu/usr.sbin/sendmail/libsm/match.c b/gnu/usr.sbin/sendmail/libsm/match.c index e195476f5b6..59213e12457 100644 --- a/gnu/usr.sbin/sendmail/libsm/match.c +++ b/gnu/usr.sbin/sendmail/libsm/match.c @@ -9,7 +9,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: match.c,v 1.8 2001/03/02 19:57:08 ca Exp $") +SM_RCSID("@(#)$Sendmail: match.c,v 1.10 2001/09/11 04:04:48 gshapiro Exp $") #include <sm/string.h> diff --git a/gnu/usr.sbin/sendmail/libsm/mbdb.c b/gnu/usr.sbin/sendmail/libsm/mbdb.c index 24e2135e320..eabd6098b37 100644 --- a/gnu/usr.sbin/sendmail/libsm/mbdb.c +++ b/gnu/usr.sbin/sendmail/libsm/mbdb.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: mbdb.c,v 1.21 2001/03/16 00:38:43 gshapiro Exp $") +SM_RCSID("@(#)$Sendmail: mbdb.c,v 1.23 2001/09/11 04:04:48 gshapiro Exp $") #include <sys/param.h> diff --git a/gnu/usr.sbin/sendmail/libsm/niprop.c b/gnu/usr.sbin/sendmail/libsm/niprop.c index 68fc707d9ba..0f6d974f181 100644 --- a/gnu/usr.sbin/sendmail/libsm/niprop.c +++ b/gnu/usr.sbin/sendmail/libsm/niprop.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: niprop.c,v 1.6 2001/09/04 22:41:27 ca Exp $") +SM_RCSID("@(#)$Sendmail: niprop.c,v 1.8 2001/09/11 04:04:48 gshapiro Exp $") #if NETINFO #include <ctype.h> diff --git a/gnu/usr.sbin/sendmail/libsm/path.c b/gnu/usr.sbin/sendmail/libsm/path.c index 6f0f3eff7bb..626ccb8ddf6 100644 --- a/gnu/usr.sbin/sendmail/libsm/path.c +++ b/gnu/usr.sbin/sendmail/libsm/path.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: path.c,v 1.7 2001/08/28 16:06:59 gshapiro Exp $") +SM_RCSID("@(#)$Sendmail: path.c,v 1.9 2001/09/11 04:04:49 gshapiro Exp $") #include <sm/path.h> #include <sm/string.h> diff --git a/gnu/usr.sbin/sendmail/libsm/put.c b/gnu/usr.sbin/sendmail/libsm/put.c index debdb0c8e48..309edb2ced0 100644 --- a/gnu/usr.sbin/sendmail/libsm/put.c +++ b/gnu/usr.sbin/sendmail/libsm/put.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: put.c,v 1.24 2001/03/05 03:22:41 ca Exp $") +SM_RCSID("@(#)$Sendmail: put.c,v 1.26 2001/09/11 04:04:49 gshapiro Exp $") #include <string.h> #include <errno.h> #include <sm/io.h> diff --git a/gnu/usr.sbin/sendmail/libsm/refill.c b/gnu/usr.sbin/sendmail/libsm/refill.c index 0cfd64d47ac..c51f3dd355d 100644 --- a/gnu/usr.sbin/sendmail/libsm/refill.c +++ b/gnu/usr.sbin/sendmail/libsm/refill.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: refill.c,v 1.47 2001/06/06 00:22:56 gshapiro Exp $") +SM_RCSID("@(#)$Sendmail: refill.c,v 1.49 2001/09/11 04:04:49 gshapiro Exp $") #include <stdlib.h> #include <unistd.h> #include <errno.h> diff --git a/gnu/usr.sbin/sendmail/libsm/rewind.c b/gnu/usr.sbin/sendmail/libsm/rewind.c index 915d908205b..7914d44eade 100644 --- a/gnu/usr.sbin/sendmail/libsm/rewind.c +++ b/gnu/usr.sbin/sendmail/libsm/rewind.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: rewind.c,v 1.16 2001/04/03 01:46:40 ca Exp $") +SM_RCSID("@(#)$Sendmail: rewind.c,v 1.18 2001/09/11 04:04:49 gshapiro Exp $") #include <errno.h> #include <sm/io.h> #include <sm/assert.h> diff --git a/gnu/usr.sbin/sendmail/libsm/rpool.c b/gnu/usr.sbin/sendmail/libsm/rpool.c index b620e8886d1..62bb8a04d41 100644 --- a/gnu/usr.sbin/sendmail/libsm/rpool.c +++ b/gnu/usr.sbin/sendmail/libsm/rpool.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: rpool.c,v 1.21 2001/09/04 22:41:27 ca Exp $") +SM_RCSID("@(#)$Sendmail: rpool.c,v 1.23 2001/09/11 04:04:49 gshapiro Exp $") /* ** resource pools diff --git a/gnu/usr.sbin/sendmail/libsm/setvbuf.c b/gnu/usr.sbin/sendmail/libsm/setvbuf.c index 1ae2b209ee0..b00bea387e2 100644 --- a/gnu/usr.sbin/sendmail/libsm/setvbuf.c +++ b/gnu/usr.sbin/sendmail/libsm/setvbuf.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: setvbuf.c,v 1.30 2001/02/28 20:25:18 rodney Exp $") +SM_RCSID("@(#)$Sendmail: setvbuf.c,v 1.32 2001/09/11 04:04:49 gshapiro Exp $") #include <stdlib.h> #include <errno.h> #include <fcntl.h> diff --git a/gnu/usr.sbin/sendmail/libsm/shm.c b/gnu/usr.sbin/sendmail/libsm/shm.c index d368a9cddb6..d108db1b940 100644 --- a/gnu/usr.sbin/sendmail/libsm/shm.c +++ b/gnu/usr.sbin/sendmail/libsm/shm.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: shm.c,v 1.6 2001/02/14 04:39:47 gshapiro Exp $") +SM_RCSID("@(#)$Sendmail: shm.c,v 1.8 2001/09/11 04:04:49 gshapiro Exp $") #if SM_CONF_SHM # include <stdlib.h> diff --git a/gnu/usr.sbin/sendmail/libsm/signal.c b/gnu/usr.sbin/sendmail/libsm/signal.c index 47fa703e0b8..9cd320ac18b 100644 --- a/gnu/usr.sbin/sendmail/libsm/signal.c +++ b/gnu/usr.sbin/sendmail/libsm/signal.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: signal.c,v 1.13 2001/08/14 16:05:47 ca Exp $") +SM_RCSID("@(#)$Sendmail: signal.c,v 1.16 2001/09/11 04:04:49 gshapiro Exp $") #if SM_CONF_SETITIMER # include <sys/time.h> @@ -25,7 +25,7 @@ SM_RCSID("@(#)$Sendmail: signal.c,v 1.13 2001/08/14 16:05:47 ca Exp $") unsigned int volatile InCriticalSection; /* >0 if inside critical section */ int volatile PendingSignal; /* pending signal to resend */ -/* +/* ** SM_SIGNAL -- set a signal handler ** ** This is essentially old BSD "signal(3)". @@ -89,7 +89,7 @@ sm_signal(sig, handler) # endif /* defined(SYS5SIGNALS) || defined(BSD4_3) */ # endif /* SA_RESTART */ } -/* +/* ** SM_BLOCKSIGNAL -- hold a signal to prevent delivery ** ** Parameters: @@ -131,7 +131,7 @@ sm_blocksignal(sig) # endif /* ALTOS_SYSTEM_V */ # endif /* BSD4_3 */ } -/* +/* ** SM_RELEASESIGNAL -- release a held signal ** ** Parameters: @@ -170,7 +170,7 @@ sm_releasesignal(sig) # endif /* ALTOS_SYSTEM_V */ # endif /* BSD4_3 */ } -/* +/* ** PEND_SIGNAL -- Add a signal to the pending signal list ** ** Parameters: @@ -249,7 +249,7 @@ pend_signal(sig) #endif /* SM_CONF_SETITIMER */ errno = save_errno; } -/* +/* ** SM_ALLSIGNALS -- act on all signals ** ** Parameters: @@ -316,7 +316,7 @@ sm_allsignals(block) # endif /* ALTOS_SYSTEM_V */ # endif /* BSD4_3 */ } -/* +/* ** SM_SIGNAL_NOOP -- A signal no-op function ** ** Parameters: diff --git a/gnu/usr.sbin/sendmail/libsm/smstdio.c b/gnu/usr.sbin/sendmail/libsm/smstdio.c index a182599c293..2bf59b89504 100644 --- a/gnu/usr.sbin/sendmail/libsm/smstdio.c +++ b/gnu/usr.sbin/sendmail/libsm/smstdio.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_IDSTR(id, "@(#)$Sendmail: smstdio.c,v 1.27 2001/03/05 03:22:41 ca Exp $") +SM_IDSTR(id, "@(#)$Sendmail: smstdio.c,v 1.29 2001/09/11 04:04:49 gshapiro Exp $") #include <unistd.h> #include <stdio.h> #include <fcntl.h> diff --git a/gnu/usr.sbin/sendmail/libsm/snprintf.c b/gnu/usr.sbin/sendmail/libsm/snprintf.c index 9994140fff6..1165146cb6c 100644 --- a/gnu/usr.sbin/sendmail/libsm/snprintf.c +++ b/gnu/usr.sbin/sendmail/libsm/snprintf.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: snprintf.c,v 1.21 2001/03/02 23:53:41 ca Exp $") +SM_RCSID("@(#)$Sendmail: snprintf.c,v 1.23 2001/09/11 04:04:49 gshapiro Exp $") #include <limits.h> #include <sm/varargs.h> #include <sm/io.h> diff --git a/gnu/usr.sbin/sendmail/libsm/sscanf.c b/gnu/usr.sbin/sendmail/libsm/sscanf.c index a24e5cb098a..99c920f6d0f 100644 --- a/gnu/usr.sbin/sendmail/libsm/sscanf.c +++ b/gnu/usr.sbin/sendmail/libsm/sscanf.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: sscanf.c,v 1.22 2001/03/02 23:53:41 ca Exp $") +SM_RCSID("@(#)$Sendmail: sscanf.c,v 1.24 2001/09/11 04:04:49 gshapiro Exp $") #include <string.h> #include <sm/varargs.h> #include <sm/io.h> diff --git a/gnu/usr.sbin/sendmail/libsm/stdio.c b/gnu/usr.sbin/sendmail/libsm/stdio.c index 9180a5bbc7c..92007453ec6 100644 --- a/gnu/usr.sbin/sendmail/libsm/stdio.c +++ b/gnu/usr.sbin/sendmail/libsm/stdio.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: stdio.c,v 1.49 2001/08/28 16:06:59 gshapiro Exp $") +SM_RCSID("@(#)$Sendmail: stdio.c,v 1.52 2001/09/18 21:45:23 gshapiro Exp $") #include <unistd.h> #include <errno.h> #include <fcntl.h> @@ -388,7 +388,7 @@ sm_stdfdopen(fp, info, flags, rpool) int flags; const void *rpool; { - int oflags, tmp, fdflags, fd = (int) info; + int oflags, tmp, fdflags, fd = *((int *) info); switch (flags) { diff --git a/gnu/usr.sbin/sendmail/libsm/strcasecmp.c b/gnu/usr.sbin/sendmail/libsm/strcasecmp.c index f2df7f00f94..fa49113b239 100644 --- a/gnu/usr.sbin/sendmail/libsm/strcasecmp.c +++ b/gnu/usr.sbin/sendmail/libsm/strcasecmp.c @@ -12,13 +12,13 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: strcasecmp.c,v 1.12 2001/08/27 22:09:15 gshapiro Exp $") +SM_RCSID("@(#)$Sendmail: strcasecmp.c,v 1.15 2001/09/11 04:04:49 gshapiro Exp $") #include <sm/config.h> #include <sm/string.h> #include <string.h> -/* +/* ** SM_STRCASECMP -- 8-bit clean version of strcasecmp ** ** Thank you, vendors, for making this all necessary. diff --git a/gnu/usr.sbin/sendmail/libsm/strdup.c b/gnu/usr.sbin/sendmail/libsm/strdup.c index 442175edb85..43483d59f5e 100644 --- a/gnu/usr.sbin/sendmail/libsm/strdup.c +++ b/gnu/usr.sbin/sendmail/libsm/strdup.c @@ -9,7 +9,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: strdup.c,v 1.11 2001/03/03 03:06:47 ca Exp $") +SM_RCSID("@(#)$Sendmail: strdup.c,v 1.13 2001/09/11 04:04:49 gshapiro Exp $") #include <sm/heap.h> #include <sm/string.h> diff --git a/gnu/usr.sbin/sendmail/libsm/strerror.c b/gnu/usr.sbin/sendmail/libsm/strerror.c index 04beae8e1bf..72e050e850d 100644 --- a/gnu/usr.sbin/sendmail/libsm/strerror.c +++ b/gnu/usr.sbin/sendmail/libsm/strerror.c @@ -12,7 +12,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: strerror.c,v 1.21 2001/06/17 21:31:41 ca Exp $") +SM_RCSID("@(#)$Sendmail: strerror.c,v 1.23 2001/09/11 04:04:49 gshapiro Exp $") /* ** define strerror for platforms that lack it. diff --git a/gnu/usr.sbin/sendmail/libsm/strexit.c b/gnu/usr.sbin/sendmail/libsm/strexit.c index 241996e3800..ce591a13b69 100644 --- a/gnu/usr.sbin/sendmail/libsm/strexit.c +++ b/gnu/usr.sbin/sendmail/libsm/strexit.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: strexit.c,v 1.3 2001/01/15 18:39:11 ca Exp $") +SM_RCSID("@(#)$Sendmail: strexit.c,v 1.5 2001/09/11 04:04:49 gshapiro Exp $") #include <sm/string.h> #include <sm/sysexits.h> diff --git a/gnu/usr.sbin/sendmail/libsm/string.c b/gnu/usr.sbin/sendmail/libsm/string.c index 9948f52b703..9bc1bc38a47 100644 --- a/gnu/usr.sbin/sendmail/libsm/string.c +++ b/gnu/usr.sbin/sendmail/libsm/string.c @@ -9,7 +9,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: string.c,v 1.1 2001/02/15 21:04:50 ca Exp $") +SM_RCSID("@(#)$Sendmail: string.c,v 1.3 2001/09/11 04:04:49 gshapiro Exp $") #include <ctype.h> #include <errno.h> diff --git a/gnu/usr.sbin/sendmail/libsm/stringf.c b/gnu/usr.sbin/sendmail/libsm/stringf.c index 271aa4a9380..e7d64a66b86 100644 --- a/gnu/usr.sbin/sendmail/libsm/stringf.c +++ b/gnu/usr.sbin/sendmail/libsm/stringf.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: stringf.c,v 1.13 2001/03/03 03:40:43 ca Exp $") +SM_RCSID("@(#)$Sendmail: stringf.c,v 1.15 2001/09/11 04:04:49 gshapiro Exp $") #include <errno.h> #include <stdio.h> #include <sm/exc.h> diff --git a/gnu/usr.sbin/sendmail/libsm/strio.c b/gnu/usr.sbin/sendmail/libsm/strio.c index 4883816e123..47d9816f96d 100644 --- a/gnu/usr.sbin/sendmail/libsm/strio.c +++ b/gnu/usr.sbin/sendmail/libsm/strio.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_IDSTR(id, "@(#)$Sendmail: strio.c,v 1.38 2001/03/06 17:27:06 ca Exp $") +SM_IDSTR(id, "@(#)$Sendmail: strio.c,v 1.40 2001/09/11 04:04:49 gshapiro Exp $") #include <stdlib.h> #include <unistd.h> #include <fcntl.h> diff --git a/gnu/usr.sbin/sendmail/libsm/strl.c b/gnu/usr.sbin/sendmail/libsm/strl.c index 1ccd97cb812..225b156a248 100644 --- a/gnu/usr.sbin/sendmail/libsm/strl.c +++ b/gnu/usr.sbin/sendmail/libsm/strl.c @@ -9,7 +9,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: strl.c,v 1.25 2001/08/27 13:08:22 ca Exp $") +SM_RCSID("@(#)$Sendmail: strl.c,v 1.28 2001/09/11 04:04:49 gshapiro Exp $") #include <sm/config.h> #include <sm/string.h> @@ -115,7 +115,7 @@ sm_strlcat(dst, src, size) else return j + strlen(src + i); } -/* +/* ** SM_STRLCAT2 -- append two strings to dst obeying length and ** '\0' terminate it ** @@ -181,7 +181,7 @@ sm_strlcat2(dst, src1, src2, len) return j + strlen(src2 + i); } -/* +/* ** SM_STRLCPYN -- concatenate n strings and assign the result to dst ** while obeying length and '\0' terminate it ** diff --git a/gnu/usr.sbin/sendmail/libsm/strrevcmp.c b/gnu/usr.sbin/sendmail/libsm/strrevcmp.c index 122ac82e088..6ba6b268492 100644 --- a/gnu/usr.sbin/sendmail/libsm/strrevcmp.c +++ b/gnu/usr.sbin/sendmail/libsm/strrevcmp.c @@ -9,7 +9,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: strrevcmp.c,v 1.2 2001/08/27 22:21:51 gshapiro Exp $") +SM_RCSID("@(#)$Sendmail: strrevcmp.c,v 1.5 2001/09/11 04:04:49 gshapiro Exp $") #include <sm/config.h> #include <sm/string.h> @@ -60,7 +60,7 @@ sm_strrevcasecmp(s1, s2) charmap[(unsigned char) s2[i2]]); } } -/* +/* ** SM_STRREVCMP -- compare two strings starting at the end ** ** Parameters: diff --git a/gnu/usr.sbin/sendmail/libsm/strto.c b/gnu/usr.sbin/sendmail/libsm/strto.c index 0b44d169d1a..d719e100816 100644 --- a/gnu/usr.sbin/sendmail/libsm/strto.c +++ b/gnu/usr.sbin/sendmail/libsm/strto.c @@ -10,7 +10,7 @@ */ #include <sm/gen.h> -SM_IDSTR(id, "@(#)$Sendmail: strto.c,v 1.14 2001/08/27 22:27:14 gshapiro Exp $") +SM_IDSTR(id, "@(#)$Sendmail: strto.c,v 1.16 2001/09/11 04:04:49 gshapiro Exp $") #include <sys/types.h> #include <stdlib.h> diff --git a/gnu/usr.sbin/sendmail/libsm/syslogio.c b/gnu/usr.sbin/sendmail/libsm/syslogio.c index d428f28a996..99e8644af34 100644 --- a/gnu/usr.sbin/sendmail/libsm/syslogio.c +++ b/gnu/usr.sbin/sendmail/libsm/syslogio.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: syslogio.c,v 1.27 2001/03/04 17:55:32 ca Exp $") +SM_RCSID("@(#)$Sendmail: syslogio.c,v 1.29 2001/09/11 04:04:49 gshapiro Exp $") #include <stdlib.h> #include <unistd.h> #include <fcntl.h> diff --git a/gnu/usr.sbin/sendmail/libsm/t-cf.c b/gnu/usr.sbin/sendmail/libsm/t-cf.c index 63e000f6e44..cecc961199b 100644 --- a/gnu/usr.sbin/sendmail/libsm/t-cf.c +++ b/gnu/usr.sbin/sendmail/libsm/t-cf.c @@ -9,7 +9,7 @@ */ #include <sm/gen.h> -SM_IDSTR(id, "@(#)$Sendmail: t-cf.c,v 1.5 2001/03/21 18:30:41 ca Exp $") +SM_IDSTR(id, "@(#)$Sendmail: t-cf.c,v 1.7 2001/09/11 04:04:49 gshapiro Exp $") #include <errno.h> #include <stdio.h> diff --git a/gnu/usr.sbin/sendmail/libsm/t-event.c b/gnu/usr.sbin/sendmail/libsm/t-event.c index 8cb0790284d..01bf1c97256 100644 --- a/gnu/usr.sbin/sendmail/libsm/t-event.c +++ b/gnu/usr.sbin/sendmail/libsm/t-event.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: t-event.c,v 1.5 2001/09/05 20:02:02 gshapiro Exp $") +SM_RCSID("@(#)$Sendmail: t-event.c,v 1.7 2001/09/11 04:04:49 gshapiro Exp $") #include <stdio.h> diff --git a/gnu/usr.sbin/sendmail/libsm/t-exc.c b/gnu/usr.sbin/sendmail/libsm/t-exc.c index 0194d87b95d..cabf56cfaa3 100644 --- a/gnu/usr.sbin/sendmail/libsm/t-exc.c +++ b/gnu/usr.sbin/sendmail/libsm/t-exc.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_IDSTR(id, "@(#)$Sendmail: t-exc.c,v 1.18 2001/07/05 22:46:35 gshapiro Exp $") +SM_IDSTR(id, "@(#)$Sendmail: t-exc.c,v 1.20 2001/09/11 04:04:49 gshapiro Exp $") #include <string.h> #include <sm/heap.h> diff --git a/gnu/usr.sbin/sendmail/libsm/t-float.c b/gnu/usr.sbin/sendmail/libsm/t-float.c index 0cbbf758d76..87bd76c3aaf 100644 --- a/gnu/usr.sbin/sendmail/libsm/t-float.c +++ b/gnu/usr.sbin/sendmail/libsm/t-float.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_IDSTR(id, "@(#)$Sendmail: t-float.c,v 1.16 2001/02/02 23:11:46 ca Exp $") +SM_IDSTR(id, "@(#)$Sendmail: t-float.c,v 1.18 2001/09/11 04:04:49 gshapiro Exp $") #include <sm/limits.h> #include <sm/io.h> diff --git a/gnu/usr.sbin/sendmail/libsm/t-fopen.c b/gnu/usr.sbin/sendmail/libsm/t-fopen.c index 0420e729634..ecc9de75f90 100644 --- a/gnu/usr.sbin/sendmail/libsm/t-fopen.c +++ b/gnu/usr.sbin/sendmail/libsm/t-fopen.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_IDSTR(id, "@(#)$Sendmail: t-fopen.c,v 1.6 2001/03/05 03:21:28 ca Exp $") +SM_IDSTR(id, "@(#)$Sendmail: t-fopen.c,v 1.8 2001/09/11 04:04:49 gshapiro Exp $") #include <fcntl.h> #include <sm/io.h> diff --git a/gnu/usr.sbin/sendmail/libsm/t-heap.c b/gnu/usr.sbin/sendmail/libsm/t-heap.c index e4fea360966..6d8a9533f95 100644 --- a/gnu/usr.sbin/sendmail/libsm/t-heap.c +++ b/gnu/usr.sbin/sendmail/libsm/t-heap.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_IDSTR(id, "@(#)$Sendmail: t-heap.c,v 1.8 2001/03/06 17:27:36 ca Exp $") +SM_IDSTR(id, "@(#)$Sendmail: t-heap.c,v 1.10 2001/09/11 04:04:49 gshapiro Exp $") #include <sm/debug.h> #include <sm/heap.h> diff --git a/gnu/usr.sbin/sendmail/libsm/t-match.c b/gnu/usr.sbin/sendmail/libsm/t-match.c index 44a7e6b7c57..a8bf1b98511 100644 --- a/gnu/usr.sbin/sendmail/libsm/t-match.c +++ b/gnu/usr.sbin/sendmail/libsm/t-match.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_IDSTR(id, "@(#)$Sendmail: t-match.c,v 1.7 2000/12/18 18:12:12 ca Exp $") +SM_IDSTR(id, "@(#)$Sendmail: t-match.c,v 1.9 2001/09/11 04:04:49 gshapiro Exp $") #include <sm/string.h> #include <sm/io.h> diff --git a/gnu/usr.sbin/sendmail/libsm/t-path.c b/gnu/usr.sbin/sendmail/libsm/t-path.c index 9037434136f..3fb6023a1c7 100644 --- a/gnu/usr.sbin/sendmail/libsm/t-path.c +++ b/gnu/usr.sbin/sendmail/libsm/t-path.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_IDSTR(id, "@(#)$Sendmail: t-path.c,v 1.6 2001/07/05 22:47:29 gshapiro Exp $") +SM_IDSTR(id, "@(#)$Sendmail: t-path.c,v 1.8 2001/09/11 04:04:49 gshapiro Exp $") #include <string.h> #include <sm/path.h> diff --git a/gnu/usr.sbin/sendmail/libsm/t-rpool.c b/gnu/usr.sbin/sendmail/libsm/t-rpool.c index 65dd3df3e28..8927f0fe013 100644 --- a/gnu/usr.sbin/sendmail/libsm/t-rpool.c +++ b/gnu/usr.sbin/sendmail/libsm/t-rpool.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_IDSTR(id, "@(#)$Sendmail: t-rpool.c,v 1.16 2001/03/04 18:38:47 ca Exp $") +SM_IDSTR(id, "@(#)$Sendmail: t-rpool.c,v 1.18 2001/09/11 04:04:49 gshapiro Exp $") #include <sm/debug.h> #include <sm/heap.h> diff --git a/gnu/usr.sbin/sendmail/libsm/t-scanf.c b/gnu/usr.sbin/sendmail/libsm/t-scanf.c index fe2d916dae0..55e7be2fd11 100644 --- a/gnu/usr.sbin/sendmail/libsm/t-scanf.c +++ b/gnu/usr.sbin/sendmail/libsm/t-scanf.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_IDSTR(id, "@(#)$Sendmail: t-scanf.c,v 1.2 2001/08/21 20:36:46 ca Exp $") +SM_IDSTR(id, "@(#)$Sendmail: t-scanf.c,v 1.4 2001/09/11 04:04:49 gshapiro Exp $") #include <sm/limits.h> #include <sm/io.h> diff --git a/gnu/usr.sbin/sendmail/libsm/t-shm.c b/gnu/usr.sbin/sendmail/libsm/t-shm.c index ff0d84af1a1..dcbe2b78f91 100644 --- a/gnu/usr.sbin/sendmail/libsm/t-shm.c +++ b/gnu/usr.sbin/sendmail/libsm/t-shm.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: t-shm.c,v 1.15 2001/08/27 23:00:05 gshapiro Exp $") +SM_RCSID("@(#)$Sendmail: t-shm.c,v 1.17 2001/09/11 04:04:49 gshapiro Exp $") #include <stdio.h> diff --git a/gnu/usr.sbin/sendmail/libsm/t-smstdio.c b/gnu/usr.sbin/sendmail/libsm/t-smstdio.c index f7e4c078c47..75616965b3a 100644 --- a/gnu/usr.sbin/sendmail/libsm/t-smstdio.c +++ b/gnu/usr.sbin/sendmail/libsm/t-smstdio.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_IDSTR(id, "@(#)$Sendmail: t-smstdio.c,v 1.9 2001/03/21 18:30:41 ca Exp $") +SM_IDSTR(id, "@(#)$Sendmail: t-smstdio.c,v 1.11 2001/09/11 04:04:49 gshapiro Exp $") #include <sm/io.h> #include <sm/string.h> diff --git a/gnu/usr.sbin/sendmail/libsm/t-string.c b/gnu/usr.sbin/sendmail/libsm/t-string.c index 8a5073a938c..8d5bc00dd34 100644 --- a/gnu/usr.sbin/sendmail/libsm/t-string.c +++ b/gnu/usr.sbin/sendmail/libsm/t-string.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_IDSTR(id, "@(#)$Sendmail: t-string.c,v 1.9 2001/01/26 03:28:43 ca Exp $") +SM_IDSTR(id, "@(#)$Sendmail: t-string.c,v 1.11 2001/09/11 04:04:49 gshapiro Exp $") #include <sm/exc.h> #include <sm/io.h> diff --git a/gnu/usr.sbin/sendmail/libsm/t-strio.c b/gnu/usr.sbin/sendmail/libsm/t-strio.c index ea3a50f21ce..5fb68d7582b 100644 --- a/gnu/usr.sbin/sendmail/libsm/t-strio.c +++ b/gnu/usr.sbin/sendmail/libsm/t-strio.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_IDSTR(id, "@(#)$Sendmail: t-strio.c,v 1.9 2001/03/03 04:00:53 ca Exp $") +SM_IDSTR(id, "@(#)$Sendmail: t-strio.c,v 1.11 2001/09/11 04:04:49 gshapiro Exp $") #include <sm/string.h> #include <sm/io.h> #include <sm/test.h> diff --git a/gnu/usr.sbin/sendmail/libsm/t-strl.c b/gnu/usr.sbin/sendmail/libsm/t-strl.c index 3ec903173d0..623781ec210 100644 --- a/gnu/usr.sbin/sendmail/libsm/t-strl.c +++ b/gnu/usr.sbin/sendmail/libsm/t-strl.c @@ -9,7 +9,7 @@ */ #include <sm/gen.h> -SM_IDSTR(id, "@(#)$Sendmail: t-strl.c,v 1.13 2001/08/27 23:00:05 gshapiro Exp $") +SM_IDSTR(id, "@(#)$Sendmail: t-strl.c,v 1.15 2001/09/11 04:04:49 gshapiro Exp $") #include <stdlib.h> #include <stdio.h> diff --git a/gnu/usr.sbin/sendmail/libsm/t-strrevcmp.c b/gnu/usr.sbin/sendmail/libsm/t-strrevcmp.c index 41c4d98470b..74093d27e72 100644 --- a/gnu/usr.sbin/sendmail/libsm/t-strrevcmp.c +++ b/gnu/usr.sbin/sendmail/libsm/t-strrevcmp.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_IDSTR(id, "@(#)$Sendmail: t-strrevcmp.c,v 1.1 2001/07/16 21:35:28 ca Exp $") +SM_IDSTR(id, "@(#)$Sendmail: t-strrevcmp.c,v 1.3 2001/09/11 04:04:49 gshapiro Exp $") #include <sm/exc.h> #include <sm/io.h> diff --git a/gnu/usr.sbin/sendmail/libsm/t-types.c b/gnu/usr.sbin/sendmail/libsm/t-types.c index b5901b64fa1..8e336d58b88 100644 --- a/gnu/usr.sbin/sendmail/libsm/t-types.c +++ b/gnu/usr.sbin/sendmail/libsm/t-types.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_IDSTR(id, "@(#)$Sendmail: t-types.c,v 1.14 2001/07/30 00:01:42 ca Exp $") +SM_IDSTR(id, "@(#)$Sendmail: t-types.c,v 1.16 2001/09/11 04:04:49 gshapiro Exp $") #include <sm/limits.h> #include <sm/io.h> diff --git a/gnu/usr.sbin/sendmail/libsm/test.c b/gnu/usr.sbin/sendmail/libsm/test.c index 5a186c638ad..852e5386dc4 100644 --- a/gnu/usr.sbin/sendmail/libsm/test.c +++ b/gnu/usr.sbin/sendmail/libsm/test.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_IDSTR(Id, "@(#)$Sendmail: test.c,v 1.12 2001/03/05 03:22:41 ca Exp $") +SM_IDSTR(Id, "@(#)$Sendmail: test.c,v 1.14 2001/09/11 04:04:49 gshapiro Exp $") /* ** Abstractions for writing libsm test programs. diff --git a/gnu/usr.sbin/sendmail/libsm/ungetc.c b/gnu/usr.sbin/sendmail/libsm/ungetc.c index 2d8f260d1f1..5c6288f5fed 100644 --- a/gnu/usr.sbin/sendmail/libsm/ungetc.c +++ b/gnu/usr.sbin/sendmail/libsm/ungetc.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_IDSTR(id, "@(#)$Sendmail: ungetc.c,v 1.26 2001/03/05 02:18:16 ca Exp $") +SM_IDSTR(id, "@(#)$Sendmail: ungetc.c,v 1.28 2001/09/11 04:04:49 gshapiro Exp $") #include <stdlib.h> #include <string.h> diff --git a/gnu/usr.sbin/sendmail/libsm/vasprintf.c b/gnu/usr.sbin/sendmail/libsm/vasprintf.c index 5e2020fcf58..fbe1849ccbf 100644 --- a/gnu/usr.sbin/sendmail/libsm/vasprintf.c +++ b/gnu/usr.sbin/sendmail/libsm/vasprintf.c @@ -35,7 +35,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: vasprintf.c,v 1.24 2001/03/06 17:28:06 ca Exp $") +SM_RCSID("@(#)$Sendmail: vasprintf.c,v 1.26 2001/09/11 04:04:49 gshapiro Exp $") #include <stdlib.h> #include <errno.h> #include <sm/io.h> diff --git a/gnu/usr.sbin/sendmail/libsm/vfprintf.c b/gnu/usr.sbin/sendmail/libsm/vfprintf.c index 9e6e0b23a76..cae9cddf965 100644 --- a/gnu/usr.sbin/sendmail/libsm/vfprintf.c +++ b/gnu/usr.sbin/sendmail/libsm/vfprintf.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_IDSTR(id, "@(#)$Sendmail: vfprintf.c,v 1.50 2001/06/24 04:22:03 ca Exp $") +SM_IDSTR(id, "@(#)$Sendmail: vfprintf.c,v 1.52 2001/09/11 04:04:49 gshapiro Exp $") /* ** Overall: diff --git a/gnu/usr.sbin/sendmail/libsm/vfscanf.c b/gnu/usr.sbin/sendmail/libsm/vfscanf.c index 044807c6f41..046ad1d7366 100644 --- a/gnu/usr.sbin/sendmail/libsm/vfscanf.c +++ b/gnu/usr.sbin/sendmail/libsm/vfscanf.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_IDSTR(id, "@(#)$Sendmail: vfscanf.c,v 1.49 2001/08/14 18:07:18 ca Exp $") +SM_IDSTR(id, "@(#)$Sendmail: vfscanf.c,v 1.51 2001/09/11 04:04:49 gshapiro Exp $") #include <ctype.h> #include <stdlib.h> diff --git a/gnu/usr.sbin/sendmail/libsm/vprintf.c b/gnu/usr.sbin/sendmail/libsm/vprintf.c index cc10e50d4f5..9b1b2827abb 100644 --- a/gnu/usr.sbin/sendmail/libsm/vprintf.c +++ b/gnu/usr.sbin/sendmail/libsm/vprintf.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: vprintf.c,v 1.12 2001/01/24 01:27:26 gshapiro Exp $") +SM_RCSID("@(#)$Sendmail: vprintf.c,v 1.14 2001/09/11 04:04:49 gshapiro Exp $") #include <sm/io.h> #include "local.h" diff --git a/gnu/usr.sbin/sendmail/libsm/vsnprintf.c b/gnu/usr.sbin/sendmail/libsm/vsnprintf.c index 63c5c85bce7..98a62d2fe5e 100644 --- a/gnu/usr.sbin/sendmail/libsm/vsnprintf.c +++ b/gnu/usr.sbin/sendmail/libsm/vsnprintf.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: vsnprintf.c,v 1.21 2001/03/04 23:28:41 ca Exp $") +SM_RCSID("@(#)$Sendmail: vsnprintf.c,v 1.23 2001/09/11 04:04:49 gshapiro Exp $") #include <limits.h> #include <sm/io.h> #include "local.h" diff --git a/gnu/usr.sbin/sendmail/libsm/vsprintf.c b/gnu/usr.sbin/sendmail/libsm/vsprintf.c index bf514ea1c85..3afe8ef8cc0 100644 --- a/gnu/usr.sbin/sendmail/libsm/vsprintf.c +++ b/gnu/usr.sbin/sendmail/libsm/vsprintf.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: vsprintf.c,v 1.19 2001/03/05 03:22:41 ca Exp $") +SM_RCSID("@(#)$Sendmail: vsprintf.c,v 1.21 2001/09/11 04:04:49 gshapiro Exp $") #include <limits.h> #include <sm/io.h> #include "local.h" diff --git a/gnu/usr.sbin/sendmail/libsm/vsscanf.c b/gnu/usr.sbin/sendmail/libsm/vsscanf.c index ee298f40dbb..d2ce488175c 100644 --- a/gnu/usr.sbin/sendmail/libsm/vsscanf.c +++ b/gnu/usr.sbin/sendmail/libsm/vsscanf.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: vsscanf.c,v 1.20 2001/03/04 23:28:41 ca Exp $") +SM_RCSID("@(#)$Sendmail: vsscanf.c,v 1.22 2001/09/11 04:04:49 gshapiro Exp $") #include <string.h> #include <sm/io.h> diff --git a/gnu/usr.sbin/sendmail/libsm/wbuf.c b/gnu/usr.sbin/sendmail/libsm/wbuf.c index e72db9a8d3a..646f4687b13 100644 --- a/gnu/usr.sbin/sendmail/libsm/wbuf.c +++ b/gnu/usr.sbin/sendmail/libsm/wbuf.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: wbuf.c,v 1.19 2001/03/05 03:22:41 ca Exp $") +SM_RCSID("@(#)$Sendmail: wbuf.c,v 1.21 2001/09/11 04:04:49 gshapiro Exp $") #include <errno.h> #include <sm/io.h> #include "local.h" diff --git a/gnu/usr.sbin/sendmail/libsm/wsetup.c b/gnu/usr.sbin/sendmail/libsm/wsetup.c index 67bf8b8bb1c..968476eff45 100644 --- a/gnu/usr.sbin/sendmail/libsm/wsetup.c +++ b/gnu/usr.sbin/sendmail/libsm/wsetup.c @@ -13,7 +13,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: wsetup.c,v 1.17 2001/02/28 16:56:45 ca Exp $") +SM_RCSID("@(#)$Sendmail: wsetup.c,v 1.19 2001/09/11 04:04:49 gshapiro Exp $") #include <stdlib.h> #include <errno.h> #include <sm/io.h> diff --git a/gnu/usr.sbin/sendmail/libsm/xtrap.c b/gnu/usr.sbin/sendmail/libsm/xtrap.c index 7d47209f086..bdd948a128e 100644 --- a/gnu/usr.sbin/sendmail/libsm/xtrap.c +++ b/gnu/usr.sbin/sendmail/libsm/xtrap.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: xtrap.c,v 1.3 2000/12/08 08:03:09 rodney Exp $") +SM_RCSID("@(#)$Sendmail: xtrap.c,v 1.5 2001/09/11 04:04:49 gshapiro Exp $") #include <sm/xtrap.h> |