public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen (grobian)" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-projects commit in portage-utils/libq: hash_fd.c md5_sha1_sum.c
Date: Fri, 25 Sep 2009 14:58:37 +0000	[thread overview]
Message-ID: <E1MrCFp-0005k7-QH@stork.gentoo.org> (raw)

grobian     09/09/25 14:58:37

  Modified:             hash_fd.c md5_sha1_sum.c
  Log:
  add guards for inttypes.h for Interix

Revision  Changes    Path
1.7                  portage-utils/libq/hash_fd.c

file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/portage-utils/libq/hash_fd.c?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/portage-utils/libq/hash_fd.c?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/portage-utils/libq/hash_fd.c?r1=1.6&r2=1.7

Index: hash_fd.c
===================================================================
RCS file: /var/cvsroot/gentoo-projects/portage-utils/libq/hash_fd.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hash_fd.c	27 Mar 2009 20:42:25 -0000	1.6
+++ hash_fd.c	25 Sep 2009 14:58:37 -0000	1.7
@@ -23,7 +23,9 @@
 #include <fcntl.h>
 #include <limits.h>
 #include <stdio.h>
+#ifndef __INTERIX
 #include <inttypes.h>
+#endif
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>



1.6                  portage-utils/libq/md5_sha1_sum.c

file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/portage-utils/libq/md5_sha1_sum.c?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/portage-utils/libq/md5_sha1_sum.c?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/portage-utils/libq/md5_sha1_sum.c?r1=1.5&r2=1.6

Index: md5_sha1_sum.c
===================================================================
RCS file: /var/cvsroot/gentoo-projects/portage-utils/libq/md5_sha1_sum.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- md5_sha1_sum.c	27 Mar 2009 20:42:25 -0000	1.5
+++ md5_sha1_sum.c	25 Sep 2009 14:58:37 -0000	1.6
@@ -20,7 +20,9 @@
 #include <fcntl.h>
 #include <limits.h>
 #include <stdio.h>
+#ifndef __INTERIX
 #include <inttypes.h>
+#endif
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>






             reply	other threads:[~2009-09-25 14:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-25 14:58 Fabian Groffen (grobian) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-03-27 20:42 [gentoo-commits] gentoo-projects commit in portage-utils/libq: hash_fd.c md5_sha1_sum.c Fabian Groffen (grobian)

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=E1MrCFp-0005k7-QH@stork.gentoo.org \
    --to=grobian@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox