public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/file/files: file-5.09-cdf-arraycount.patch
@ 2011-09-16 20:52 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2011-09-16 20:52 UTC (permalink / raw
  To: gentoo-commits

vapier      11/09/16 20:52:51

  Added:                file-5.09-cdf-arraycount.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha58/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-apps/file/files/file-5.09-cdf-arraycount.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/files/file-5.09-cdf-arraycount.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/files/file-5.09-cdf-arraycount.patch?rev=1.1&content-type=text/plain

Index: file-5.09-cdf-arraycount.patch
===================================================================
http://mx.gw.com/pipermail/file/2011/000856.html

--- a/src/cdf.c
+++ b/src/cdf.c
@@ -57,10 +57,6 @@
 
 #include "cdf.h"
 
-#ifndef __arraycount
-#define __arraycount(a) (sizeof(a) / sizeof(a[0]))
-#endif
-
 #ifdef CDF_DEBUG
 #define DPRINTF(a) printf a, fflush(stdout)
 #else
--- a/src/cdf.h
+++ b/src/cdf.h
@@ -317,5 +317,8 @@
 void cdf_dump_summary_info(const cdf_header_t *, const cdf_stream_t *);
 #endif
 
+#ifndef __arraycount
+#define __arraycount(a) (sizeof(a) / sizeof(a[0]))
+#endif
 
 #endif /* _H_CDF_ */






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/file/files: file-5.09-cdf-arraycount.patch
@ 2011-09-17  3:06 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2011-09-17  3:06 UTC (permalink / raw
  To: gentoo-commits

vapier      11/09/17 03:06:52

  Removed:              file-5.09-cdf-arraycount.patch
  Log:
  Upstream rebuilt tarball with the arraycount fix.
  
  (Portage version: 2.2.0_alpha58/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-17  3:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-17  3:06 [gentoo-commits] gentoo-x86 commit in sys-apps/file/files: file-5.09-cdf-arraycount.patch Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2011-09-16 20:52 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox