From a9e3d5c56aa515a4a63212ced6433f4612f62e57 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 25 Jun 2009 16:47:00 +0000 Subject: More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h. --- tty-write.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tty-write.c') diff --git a/tty-write.c b/tty-write.c index def979ad..14c0ec3d 100644 --- a/tty-write.c +++ b/tty-write.c @@ -1,4 +1,4 @@ -/* $Id: tty-write.c,v 1.17 2009-06-25 16:21:32 nicm Exp $ */ +/* $Id: tty-write.c,v 1.18 2009-06-25 16:47:00 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -63,4 +63,3 @@ tty_vwrite_cmd(struct window_pane *wp, enum tty_cmd cmd, va_list ap) } } } - -- cgit