mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-17 19:42:21 +00:00
Fix comments for pointers in parameter lists to work with fussy compilers
This commit is contained in:
parent
e50ab8fead
commit
6700847458
4 changed files with 6 additions and 6 deletions
|
|
@ -217,9 +217,9 @@ Bool defeatAccessControl = FALSE;
|
|||
(length) == (host)->len &&\
|
||||
!acmp (address, (host)->addr, length))
|
||||
|
||||
static int ConvertAddr(struct sockaddr */*saddr*/,
|
||||
int */*len*/,
|
||||
pointer */*addr*/);
|
||||
static int ConvertAddr(struct sockaddr * /*saddr*/,
|
||||
int * /*len*/,
|
||||
pointer * /*addr*/);
|
||||
|
||||
static int CheckAddr(int /*family*/,
|
||||
pointer /*pAddr*/,
|
||||
|
|
|
|||
Loading…
Reference in a new issue