aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-07-01 20:35:16 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-07-01 20:35:16 +0000
commite5cf8594e813af20067355a4f63c6d3511b3b5fd (patch)
tree69a17531e01b8f66d8f2661243e4d122d3874212 /tmux.h
parentdd41035a4d71057108da8c7b5e1876cc02b4995c (diff)
downloadrtmux-e5cf8594e813af20067355a4f63c6d3511b3b5fd.tar.gz
rtmux-e5cf8594e813af20067355a4f63c6d3511b3b5fd.tar.bz2
rtmux-e5cf8594e813af20067355a4f63c6d3511b3b5fd.zip
long for pid.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
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 <nicm@users.sourceforge.net>
@@ -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;