Skip to content

Commit 425b28d

Browse files
committed
Modernize StartClnt function declaration in tests/LTsock.c
1 parent dd692bd commit 425b28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/LTsock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ static SIGHANDLER_T HandleSrvrAlarm(int sig) /* the signal (SIGALRM) */
784784
* StartClnt() -- start network client
785785
*/
786786

787-
static void StartClnt(cad) struct sockaddr_in *cad; /* connection address */
787+
static void StartClnt(struct sockaddr_in *cad) /* connection address */
788788
{
789789
struct sockaddr_in ba; /* bind address */
790790
int br; /* bytes read */

0 commit comments

Comments
 (0)