On Tue, 3 Mar 2015 03:13:11 +0300, "Dmitry V. Levin" <l...@altlinux.org> wrote: >> > --- a/socketutils.c >> > +++ b/socketutils.c >> > @@ -114,7 +114,7 @@ receive_responses(const int fd, const unsigned long >> > inode, >> > const char *proto_name, >> > bool (* parser) (const char *, const void *, int, const >> > unsigned long)) >> > { >> > - static char buf[8192]; >> > + static long buf[8192 / sizeof(long)]; >> > struct sockaddr_nl nladdr = { >> > .nl_family = AF_NETLINK >> > };
??? What does thie mean? The addresses of long buf and char buf differs? Masatake YAMATO ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Strace-devel mailing list Strace-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/strace-devel