mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Fix comments for pointers in parameter lists to work with fussy compilers
This commit is contained in:
@@ -366,7 +366,7 @@ extern int DoGetImage(
|
||||
int /*width*/,
|
||||
int /*height*/,
|
||||
Mask /*planemask*/,
|
||||
xGetImageReply **/*im_return*/);
|
||||
xGetImageReply ** /*im_return*/);
|
||||
|
||||
#ifdef LBX
|
||||
extern void IncrementClientCount(void);
|
||||
|
||||
@@ -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*/,
|
||||
|
||||
@@ -791,7 +791,7 @@ static ClientPtr
|
||||
AllocNewConnection (XtransConnInfo trans_conn, int fd, CARD32 conn_time,
|
||||
int (*Flush)(
|
||||
ClientPtr /*who*/, OsCommPtr /*oc*/,
|
||||
char */*extraBuf*/, int /*extraCount*/),
|
||||
char * /*extraBuf*/, int /*extraCount*/),
|
||||
void (*Close)(
|
||||
ClientPtr /*client*/),
|
||||
LbxProxyPtr proxy)
|
||||
|
||||
@@ -216,7 +216,7 @@ extern int StandardFlushClient(
|
||||
int /*extraCount*/
|
||||
);
|
||||
extern int LbxFlushClient(ClientPtr /*who*/, OsCommPtr /*oc*/,
|
||||
char */*extraBuf*/, int /*extraCount*/);
|
||||
char * /*extraBuf*/, int /*extraCount*/);
|
||||
#else
|
||||
extern int FlushClient(
|
||||
ClientPtr /*who*/,
|
||||
|
||||
Reference in New Issue
Block a user