|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [Xen-changelog] 1. Deleted slab.c, added xmalloc.c. Do
just delete xen/common/slab.c
.a
On Fri, 04 Feb 2005 15:44:33 -0800
Jared Rhine <jared@xxxxxxxxxxx> wrote:
> [BitKeeper == Xen on Fri, 04 Feb 2005 22:47:58 +0000]
>
> BitKeeper> ChangeSet 1.1768.1.1, 2005/02/04 22:47:58+00:00,
> BitKeeper> iap10@xxxxxxxxxxxxxxxxxxxxxx
> BitKeeper> 1. Deleted slab.c, added xmalloc.c. Do not rename header
> BitKeeper> or remove unnecessary includes (yet).
> BitKeeper> 2. Add explicit align arg, although current
> BitKeeper> implementation over-aligns.
> BitKeeper> 3. Add list_for_each_entry_safe().
> BitKeeper> 4. Make xmalloc_array use _xmalloc_array, to avoid
> BitKeeper> duplicate eval of "num" arg.
> BitKeeper> 5. Rearrange slab.h a little to show the exposed
> BitKeeper> functions/macros first.
>
> This patch broke my build on a fresh checkout.
>
> gcc -nostdinc -fno-builtin -fno-common -fno-strict-aliasing
> -iwithprefix include -Wall -Werror -Wno-format -pipe
> -I/usr/local/src/xen/xen/include -Wno-pointer-arith -Wredundant-dec\ls
> -O3 -fomit-frame-pointer -msoft-float -m32 -march=i686 -DNDEBUG -c
> slab.c -o slab.o
> slab.c:191: error: parse error before "xmem_cache_t"
> slab.c:191: warning: no semicolon at end of struct or union
> slab.c:196: error: parse error before "xmem_cache_t"
> slab.c:199: error: parse error before "xmem_cache_t"
> slab.c:224: error: parse error before '}' token
>
> Investigating further, but hopefully this quick notice is valuable.
>
> -- jared@xxxxxxxxxxx
>
> "One cannot mark the point without marking the path."
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
> Tool for open source databases. Create drag-&-drop reports. Save time
> by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
> Download a FREE copy at http://www.intelliview.com/go/osdn_nl
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/xen-devel
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|