From e5cf8594e813af20067355a4f63c6d3511b3b5fd Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 1 Jul 2008 20:35:16 +0000 Subject: long for pid. --- tmux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 0634de95..58bfe89b 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.173 2008-07-01 19:47:02 nicm Exp $ */ +/* $Id: tmux.h,v 1.174 2008-07-01 20:35:16 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -355,7 +355,7 @@ struct hdr { }; struct msg_command_data { - long long pid; /* pid from $TMUX or -1 */ + pid_t pid; /* pid from $TMUX or -1 */ u_int idx; /* index from $TMUX */ size_t namelen; -- cgit