diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-06-15 05:22:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-06-15 05:22:32 +0000 |
commit | 54c0973dc20fafe773d304336303358c1949d7fd (patch) | |
tree | 04e584d49d66f9fe36e9222d906ef6c8c7b65aac /net/totd/files/patch-conv_stf.c | |
parent | Add missing #include to quiet a compiler warning on sparc64. (diff) |
Quiet some format string warnings.
Notes
Notes:
svn path=/head/; revision=82998
Diffstat (limited to 'net/totd/files/patch-conv_stf.c')
-rw-r--r-- | net/totd/files/patch-conv_stf.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/totd/files/patch-conv_stf.c b/net/totd/files/patch-conv_stf.c new file mode 100644 index 000000000000..e31ed941a98f --- /dev/null +++ b/net/totd/files/patch-conv_stf.c @@ -0,0 +1,12 @@ +diff -ru work/totd-1.3/conv_stf.c work~/totd-1.3/conv_stf.c +--- conv_stf.c.orig Mon Mar 4 04:34:10 2002 ++++ conv_stf.c Sat Jun 14 22:16:03 2003 +@@ -94,7 +94,7 @@ + owner_len, owner, rrl); + rr_list_free (rrl); + +- syslog (LOG_DEBUG, "%s: rrs_new %x", fn, (unsigned int) rrs_new); ++ syslog (LOG_DEBUG, "%s: rrs_new %p", fn, rrs_new); + return (rrs_new); + } + |