On Mon, 30 Jun 2008 09:24:21 +1000 "ronnie sahlberg" <ronniesahlberg at gmail.com> wrote: > Fixup some printf arguments to use the correct lengths > > From a0d93e71ece21b44cb0c2efcfb1f94225299bfbc Mon Sep 17 00:00:00 2001 > From: Ronnie Sahlberg <ronniesahlberg at gmail.com> > Date: Tue, 24 Jun 2008 13:11:50 +1000 > Subject: [PATCH 1/2] size_t is 64 bit on some architectures. > > fix debug print statements to use correct printf types for the FCOE > target > > Signed-off-by: Ronnie Sahlberg <ronniesahlberg at gmail.com> > Signed-off-by: root <root at ubuntu-server-1.sahlberg.net> > --- > usr/fcoe/fcs_state.c | 4 ++-- > usr/fcoe/openfc_scst.c | 6 +++--- > usr/fcoe/sa_state.c | 14 +++++++------- > 3 files changed, 12 insertions(+), 12 deletions(-) Applied both, thanks. Well, I think that we need to rework on the whole fcoe code because after I took the code from the foce project, they redid the design and fixed lots of the bugs, I think. |