diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2002-04-20 20:31:51 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2002-04-20 20:31:51 +0000 |
commit | e226f8e879ed5a8d2f5cc433067b698e07dce0b6 (patch) | |
tree | 8b9bb16adf99be4ed87980a2ea4ef202d1fb3423 /contrib/sendmail/test/t_snprintf.c | |
parent | ce3eb1730260050f7d63b9fb6def939ebbf41d88 (diff) | |
download | FreeBSD-src-e226f8e879ed5a8d2f5cc433067b698e07dce0b6.zip FreeBSD-src-e226f8e879ed5a8d2f5cc433067b698e07dce0b6.tar.gz |
Import of post-8.12.3 bug fixes from vendor repository.
These are being imported for the upcoming FreeBSD 4.6 release.
Diffstat (limited to 'contrib/sendmail/test/t_snprintf.c')
-rw-r--r-- | contrib/sendmail/test/t_snprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/test/t_snprintf.c b/contrib/sendmail/test/t_snprintf.c index 8a0378f..f522521 100644 --- a/contrib/sendmail/test/t_snprintf.c +++ b/contrib/sendmail/test/t_snprintf.c @@ -12,7 +12,7 @@ #include <sysexits.h> #ifndef lint -static char id[] = "@(#)$Id: t_snprintf.c,v 8.4 2001/09/23 03:35:41 ca Exp $"; +static char id[] = "@(#)$Id: t_snprintf.c,v 1.1.1.3 2002/02/17 21:56:43 gshapiro Exp $"; #endif /* ! lint */ #define TEST_STRING "1234567890" |