home *** CD-ROM | disk | FTP | other *** search
- To: vim-dev@vim.org
- Subject: Patch 6.1.119
- Fcc: outbox
- From: Bram Moolenaar <Bram@moolenaar.net>
- MIME-Version: 1.0
- Content-Type: text/plain; charset=ISO-8859-1
- Content-Transfer-Encoding: 8bit
- ------------
-
- Patch 6.1.119
- Problem: With the Sniff interface, using Sniff 4.0.X on HP-UX, there may be
- a crash when connecting to Sniff.
- Solution: Initialize sniff_rq_sep such that its value can be changed.
- (Martin Egloff)
- Files: src/if_sniff.c
-
-
- *** ../vim61.118/src/if_sniff.c Sat Nov 3 13:56:14 2001
- --- src/if_sniff.c Mon Jul 1 19:51:32 2002
- ***************
- *** 95,101 ****
- static int fd_to_sniff;
- static int sniff_will_disconnect = 0;
- static char msg_sniff_disconnect[] = N_("Cannot connect to SNiFF+. Check environment (sniffemacs must be found in $PATH).\n");
- ! static char* sniff_rq_sep = " ";
- static struct sn_cmd_list *sniff_cmd_ext = NULL;
-
- /* Initializing vim commands
- --- 95,101 ----
- static int fd_to_sniff;
- static int sniff_will_disconnect = 0;
- static char msg_sniff_disconnect[] = N_("Cannot connect to SNiFF+. Check environment (sniffemacs must be found in $PATH).\n");
- ! static char sniff_rq_sep[] = " ";
- static struct sn_cmd_list *sniff_cmd_ext = NULL;
-
- /* Initializing vim commands
- *** ../vim61.118/src/version.c Sun Jun 30 15:59:55 2002
- --- src/version.c Mon Jul 1 20:00:07 2002
- ***************
- *** 608,609 ****
- --- 608,611 ----
- { /* Add new patch number below this line */
- + /**/
- + 119,
- /**/
-
- --
- [SIR LAUNCELOT runs back up the stairs, grabs a rope
- of the wall and swings out over the heads of the CROWD in a
- swashbuckling manner towards a large window. He stops just short
- of the window and is left swing pathetically back and forth.]
- LAUNCELOT: Excuse me ... could somebody give me a push ...
- "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
-
- /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\
- /// Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim \\\
- \\\ Project leader for A-A-P -- http://www.a-a-p.org ///
- \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///
-