mirror of
https://github.com/tmux/tmux.git
synced 2025-01-05 23:38:48 +00:00
(void).
This commit is contained in:
parent
72e464fa04
commit
0abd8ea84f
4
server.c
4
server.c
@ -1,4 +1,4 @@
|
|||||||
/* $Id: server.c,v 1.143 2009-05-16 10:02:51 nicm Exp $ */
|
/* $Id: server.c,v 1.144 2009-05-19 08:48:49 nicm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -1045,7 +1045,7 @@ server_second_timers(void)
|
|||||||
|
|
||||||
/* Update socket execute permissions based on whether sessions are attached. */
|
/* Update socket execute permissions based on whether sessions are attached. */
|
||||||
int
|
int
|
||||||
server_update_socket()
|
server_update_socket(void)
|
||||||
{
|
{
|
||||||
struct session *s;
|
struct session *s;
|
||||||
u_int i;
|
u_int i;
|
||||||
|
Loading…
Reference in New Issue
Block a user