Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in portage-utils/libq: libq.h
Date: Sun, 29 Sep 2013 22:42:43
Message-Id: 20130929224236.72AAB2004E@flycatcher.gentoo.org
1 vapier 13/09/29 22:42:36
2
3 Modified: libq.h
4 Log:
5 move all headers includes and such to a single porting.h to avoid duplicating in tests/ #406393
6
7 Revision Changes Path
8 1.7 portage-utils/libq/libq.h
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/libq/libq.h?rev=1.7&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/libq/libq.h?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/libq/libq.h?r1=1.6&r2=1.7
13
14 Index: libq.h
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/portage-utils/libq/libq.h,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- libq.h 21 Feb 2011 07:33:22 -0000 1.6
21 +++ libq.h 29 Sep 2013 22:42:36 -0000 1.7
22 @@ -18,8 +18,3 @@
23 #define errf(fmt, args...) _err(warnf, fmt , ## args)
24 #define errp(fmt, args...) _err(warnp, fmt , ## args)
25 #define errfp(fmt, args...) _err(warnfp, fmt, ## args)
26 -#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(*arr))
27 -
28 -#ifndef BUFSIZE
29 -# define BUFSIZE 8192
30 -#endif