I would have done the # thing too save it does not work :-) I found a note to that effect, you have to do that silly indirection.
ron On Fri, Jan 22, 2016 at 11:17 AM Kevin Klues <[email protected]> wrote: > Not sure what the __STRINGIFY() macro is supposed to do, but I wold > use #__LINE__ to convert it to a string. > > On Fri, Jan 22, 2016 at 10:56 AM, ron minnich <[email protected]> wrote: > > The following changes since commit > 6ae8195b99f28d2f2735dcde2a723a4bde3142ef: > > > > Add taps for pipes. (2016-01-14 16:04:46 -0500) > > > > are available in the git repository at: > > > > [email protected]:rminnich/akaros fixerror > > > > for you to fetch changes up to 337053a79cf7e689e0f01b67d2ab37d8eedc6db6: > > > > error: return usable error strings, not nothing. (2016-01-22 10:49:27 > > -0800) > > > > ---------------------------------------------------------------- > > Ronald G. Minnich (1): > > error: return usable error strings, not nothing. > > > > kern/arch/x86/devarch.c | 28 +++++----- > > kern/arch/x86/perfmon.c | 6 +- > > kern/drivers/dev/acpi.c | 4 +- > > kern/drivers/dev/alarm.c | 10 ++-- > > kern/drivers/dev/cons.c | 22 ++++---- > > kern/drivers/dev/ether.c | 18 +++--- > > kern/drivers/dev/kprof.c | 10 ++-- > > kern/drivers/dev/mnt.c | 18 +++--- > > kern/drivers/dev/nix.c | 10 ++-- > > kern/drivers/dev/pci.c | 10 ++-- > > kern/drivers/dev/pipe.c | 20 +++---- > > kern/drivers/dev/proc.c | 112 > > ++++++++++++++++++------------------- > > kern/drivers/dev/regress.c | 4 +- > > kern/drivers/dev/root.c | 4 +- > > kern/drivers/dev/srv.c | 10 ++-- > > kern/drivers/dev/version.c | 6 +- > > kern/drivers/net/bnx2x/bnx2x_dev.c | 6 +- > > kern/drivers/net/ether8169.c | 4 +- > > kern/drivers/net/ether82563.c | 8 +-- > > kern/drivers/net/etherigbe.c | 12 ++-- > > kern/include/err.h | 6 ++ > > kern/src/net/arp.c | 12 ++-- > > kern/src/net/devip.c | 42 +++++++------- > > kern/src/net/ethermedium.c | 6 +- > > kern/src/net/iproute.c | 6 +- > > kern/src/net/netif.c | 22 ++++---- > > kern/src/net/netlog.c | 2 +- > > kern/src/ns/chan.c | 28 +++++----- > > kern/src/ns/dev.c | 30 +++++----- > > kern/src/ns/devtab.c | 4 +- > > kern/src/ns/pgrp.c | 2 +- > > kern/src/ns/sysfile.c | 66 +++++++++++----------- > > kern/src/page_alloc.c | 4 +- > > kern/src/process.c | 2 +- > > kern/src/profiler.c | 2 +- > > kern/src/slab.c | 2 +- > > kern/src/syscall.c | 2 +- > > 37 files changed, 283 insertions(+), 277 deletions(-) > > > > > https://github.com/brho/akaros/compare/master...rminnich:fixerror?expand=1 > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Akaros" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > To post to this group, send email to [email protected]. > > For more options, visit https://groups.google.com/d/optout. > > > > -- > ~Kevin > > -- > You received this message because you are subscribed to the Google Groups > "Akaros" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
