diff options
Diffstat (limited to 'usr.sbin/sendmail/src/trace.c')
| -rw-r--r-- | usr.sbin/sendmail/src/trace.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sendmail/src/trace.c b/usr.sbin/sendmail/src/trace.c index f27d70b318e..29421eee3c6 100644 --- a/usr.sbin/sendmail/src/trace.c +++ b/usr.sbin/sendmail/src/trace.c @@ -33,7 +33,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)trace.c 8.1 (Berkeley) 6/7/93"; +static char sccsid[] = "@(#)trace.c 8.2 (Berkeley) 3/14/94"; #endif /* not lint */ # include "sendmail.h" @@ -82,8 +82,8 @@ tTsetup(vect, size, defflags) tTflag(s) register char *s; { - int first, last; - register int i; + unsigned int first, last; + register unsigned int i; if (*s == '\0') s = DefFlags; |
