mirror of
https://repo.or.cz/socat.git
synced 2025-07-08 05:36:32 +00:00
Replaced // comments for C89/C90 standard compliance
This commit is contained in:
parent
b3dde9a009
commit
5fdd033e7d
7 changed files with 13 additions and 9 deletions
2
fdname.c
2
fdname.c
|
@ -367,7 +367,7 @@ int sockname(int fd, FILE *outfile, char style) {
|
|||
socknamebuff, sizeof(socknamebuff)));
|
||||
break;
|
||||
case 'S':
|
||||
//sockettype(opttype, typename, TYPENAMEMAX);
|
||||
/* sockettype(opttype, typename, TYPENAMEMAX); */
|
||||
fprintf(outfile, "unix %s-%s %s %s",
|
||||
sockaddr_unix_info(&sockname.un, socknamelen,
|
||||
socknamebuff, sizeof(socknamebuff)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue