From e016448f47e6a026208b50fb7748bd2469174ba5 Mon Sep 17 00:00:00 2001 From: Denise Cullassnekuff <19711487+BlackCutpoint@users.noreply.github.com> Date: Mon, 4 May 2020 12:29:25 +0700 Subject: [PATCH] Update unixdgram.c --- src/unixdgram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unixdgram.c b/src/unixdgram.c index 3ac3c5e..69093d7 100644 --- a/src/unixdgram.c +++ b/src/unixdgram.c @@ -16,7 +16,7 @@ #define UNIXDGRAM_DATAGRAMSIZE 8192 -// provide a SUN_LEN macro if sys/un.h doesn't (e.g. Android) +/* provide a SUN_LEN macro if sys/un.h doesn't (e.g. Android) */ #ifndef SUN_LEN #define SUN_LEN(ptr) \ ((size_t) (((struct sockaddr_un *) 0)->sun_path) \