mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
socket-test: Fix style on multi-line comment
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
parent
773babedfc
commit
724b6e4ebe
1 changed files with 3 additions and 2 deletions
|
|
@ -34,8 +34,9 @@
|
|||
#include "test-runner.h"
|
||||
|
||||
/* Paths longer than what the .sun_path array can contain must be rejected.
|
||||
This is a hard limitation of assigning a name to AF_UNIX/AF_LOCAL sockets.
|
||||
See `man 7 unix`. */
|
||||
* This is a hard limitation of assigning a name to AF_UNIX/AF_LOCAL sockets.
|
||||
* See `man 7 unix`.
|
||||
*/
|
||||
|
||||
static const struct sockaddr_un example_sockaddr_un;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue