To: vim-dev@vim.org Subject: Patch 6.2.400 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.2.400 Problem: Can't compile if_xcmdsrv.c on HP-UX 11.0. Solution: Include header file poll.h. (Malte Neumann) Files: src/if_xcmdsrv.c *** ../vim-6.2.399/src/if_xcmdsrv.c Sun Feb 29 14:45:49 2004 --- src/if_xcmdsrv.c Thu Mar 25 12:30:38 2004 *************** *** 26,31 **** --- 26,41 ---- # include # endif + # ifndef HAVE_SELECT + # ifdef HAVE_SYS_POLL_H + # include + # else + # ifdef HAVE_POLL_H + # include + # endif + # endif + # endif + /* * This file provides procedures that implement the command server functionality * of Vim when in contact with an X11 server. *** ../vim-6.2.399/src/version.c Tue Mar 23 23:11:09 2004 --- src/version.c Thu Mar 25 19:24:20 2004 *************** *** 639,640 **** --- 639,642 ---- { /* Add new patch number below this line */ + /**/ + 400, /**/ -- hundred-and-one symptoms of being an internet addict: 141. You'd rather go to http://www.weather.com/ than look out your window. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ Project leader for A-A-P -- http://www.A-A-P.org /// \\\ Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///