=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd.c,v retrieving revision 1.26 retrieving revision 1.27 diff -c -r1.26 -r1.27 *** src/usr.bin/tmux/cmd.c 2009/10/14 20:52:28 1.26 --- src/usr.bin/tmux/cmd.c 2009/10/26 21:42:04 1.27 *************** *** 1,4 **** ! /* $OpenBSD: cmd.c,v 1.26 2009/10/14 20:52:28 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd.c,v 1.27 2009/10/26 21:42:04 deraadt Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 179,185 **** cmd_parse(int argc, char **argv, char **cause) { const struct cmd_entry **entryp, *entry; ! struct cmd *cmd; char s[BUFSIZ]; int opt, ambiguous = 0; --- 179,185 ---- cmd_parse(int argc, char **argv, char **cause) { const struct cmd_entry **entryp, *entry; ! struct cmd *cmd; char s[BUFSIZ]; int opt, ambiguous = 0; *************** *** 842,848 **** /* Get the current session. */ if ((s = cmd_current_session(ctx)) == NULL) { ! ctx->error(ctx, "can't establish current session"); return (NULL); } if (sp != NULL) --- 842,848 ---- /* Get the current session. */ if ((s = cmd_current_session(ctx)) == NULL) { ! ctx->error(ctx, "can't establish current session"); return (NULL); } if (sp != NULL)