Fix comments for pointers in parameter lists to work with fussy compilers

This commit is contained in:
Harold L Hunt II 2005-05-02 22:01:08 +00:00
commit 6700847458
4 changed files with 6 additions and 6 deletions

View file

@ -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*/,