style: Use C-style comment syntax throughout (#309)

Co-authored-by: Denise Cullassnekuff <19711487+BlackCutpoint@users.noreply.github.com>
This commit is contained in:
Caleb Maclennan
2022-03-18 17:54:11 +03:00
committed by GitHub
parent d9cc531e3b
commit 6952262e6a
4 changed files with 38 additions and 37 deletions

View File

@ -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) \