All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: ltp-list@lists.sourceforge.net
Cc: ltp-list@lists.sf.net
Subject: Re: [LTP] LTP Intermediate Release for JULY 2009 Build Failures
Date: Tue, 21 Jul 2009 17:28:54 -0400	[thread overview]
Message-ID: <200907211728.56027.vapier@gentoo.org> (raw)
In-Reply-To: <364299f40907210721q365aa8fdu21a1b2ff254bc60a@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 617 bytes --]

On Tuesday 21 July 2009 10:21:44 Garrett Cooper wrote:
> I was tempted to fix the format string error, but I don't know what
> the potential implications are of switching the data type from
> u_int64_t to unsigned long long...

dont do that.  just use the proper format string from inttypes.h.
uint64_t f;
printf("f = %"PRIu64"\n", f);

> +/* Dummy function reference to avoid compiler warning from
> linux_syscall_numbers.h. */
> +extern void cleanup() { }

this is incorrect for a few reasons.  it should read:
+/* Dummy function as syscall() from linux_syscall_numbers.h uses cleanup() */
void cleanup() { }
-mike

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 79 bytes --]

------------------------------------------------------------------------------

[-- Attachment #3: Type: text/plain, Size: 155 bytes --]

_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

  reply	other threads:[~2009-07-21 21:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-21 10:25 [LTP] LTP Intermediate Release for JULY 2009 Build Failures CAI Qian
2009-07-21 14:21 ` Garrett Cooper
2009-07-21 21:28   ` Mike Frysinger [this message]
2009-07-22  4:38     ` Garrett Cooper
2009-07-22  5:01       ` Garrett Cooper
2009-07-22  5:22         ` Mike Frysinger
2009-07-22  6:52           ` Garrett Cooper
2009-07-22  7:04             ` Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200907211728.56027.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=ltp-list@lists.sf.net \
    --cc=ltp-list@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.