On 12/06/11 02:28, Mark Kettenis wrote:
From: Alan Coopersmith<[email protected]>
Date: Mon, 5 Dec 2011 20:36:31 -0800
Minor nit; see below.
>
- if ((p_sunaddr = (struct sockaddr_un *) malloc (
+ if ((p_sunaddr = malloc (
ciptr->peeraddrlen)) == NULL)
This one should fit on a single line now isn't it?
Yes, fixed:
- if ((p_sunaddr = malloc (
- ciptr->peeraddrlen)) == NULL)
+ if ((p_sunaddr = malloc (ciptr->peeraddrlen)) == NULL)
Thanks for spotting that.
--
-Alan Coopersmith- [email protected]
Oracle Solaris Platform Engineering: X Window System
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel