OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Nicholas Marriott (nicmcvs.openbsd.org)
Date: Thu Jul 23 2009 - 16:19:11 CDT


CVSROOT: /cvs
Module name: src
Changes by: nicmcvs.openbsd.org 2009/07/23 15:19:11

Modified files:
        usr.bin/tmux : client.c server-msg.c

Log message:
None of the server message functions return anything but 0, so make them all
void.

Also remove a leftover variable in client.c.