Hi!
>  char *TCID = "sendmsg01";
>  int testno;
> @@ -305,23 +304,6 @@ struct test_case_t tdat[] = {
>        .cleanup = cleanup4,
>        .desc = "rights passing"}
>       ,
> -     {.domain = PF_UNIX,
> -      .type = SOCK_DGRAM,
> -      .proto = 0,
> -      .iov = iov,
> -      .iovcnt = 1,
> -      .buf = buf,
> -      .buflen = sizeof(buf),
> -      .msg = &msgdat,
> -      .flags = ~MSG_CMSG_COMPAT,
> -      .to = (struct sockaddr *)&sun1,
> -      .tolen = sizeof(sun1),
> -      .retval = -1,
> -      .experrno = EOPNOTSUPP,
> -      .setup = setup4,
> -      .cleanup = cleanup4,
> -      .desc = "invalid flags set w/ control"}
> -     ,

I'm more inclined to changing this case to MSG_OOB, but apart from that
it's acked.

-- 
Cyril Hrubis
chru...@suse.cz

------------------------------------------------------------------------------
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/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to