| To: | netdev@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] fix sctp printk parameter types |
| From: | "Randy.Dunlap" <rddunlap@xxxxxxxx> |
| Date: | Wed, 27 Aug 2003 22:04:31 -0700 |
| Cc: | sri@xxxxxxxxxx |
| Organization: | OSDL |
| Sender: | netdev-bounce@xxxxxxxxxxx |
Hi,
Please apply.
patch_name: sctp_sizes.patch
patch_version: 2003-08-27.18:18:12
author: Randy.Dunlap <rddunlap@xxxxxxxx>
description: sctp: fix printk parameter type (gcc warning);
product: Linux
product_versions: 260-test4
maintainer: sri@xxxxxxxxxx
diff -Naur ./net/sctp/socket.c~sctpsize ./net/sctp/socket.c
--- ./net/sctp/socket.c~sctpsize Fri Aug 22 17:03:25 2003
+++ ./net/sctp/socket.c Wed Aug 27 10:35:06 2003
@@ -852,7 +852,7 @@
associd = sinfo->sinfo_assoc_id;
}
- SCTP_DEBUG_PRINTK("msg_len: %Zd, sinfo_flags: 0x%x\n",
+ SCTP_DEBUG_PRINTK("msg_len: %d, sinfo_flags: 0x%x\n",
msg_len, sinfo_flags);
/* MSG_EOF or MSG_ABORT cannot be set on a TCP-style socket. */
--
~Randy
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] fix ipvs printk parameter types, Randy.Dunlap |
|---|---|
| Next by Date: | [PATCH] yam: function needs a return, Randy.Dunlap |
| Previous by Thread: | [PATCH] fix ipvs printk parameter types, Randy.Dunlap |
| Next by Thread: | Re: [PATCH] fix sctp printk parameter types, David S. Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |