Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jul 2010 21:31:05 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh parser.c
Message-ID:  <201007032131.o63LVQ62083259@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-07-03 21:31:05 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    bin/sh               parser.c 
  Log:
  SVN rev 209676 on 2010-07-03 21:31:05Z by jilles
  
  MFC r209337: sh: Fix compilation with -DNO_HISTORY.
  
  The LINENO code uses snprintf() and relied on "myhistedit.h" to pull in the
  necessary <stdio.h>.
  
  Compiling with -DNO_HISTORY disables all editing and history support and
  allows linking without -ledit -ltermcap. This may be useful for embedded
  systems.
  
  Revision  Changes    Path
  1.63.2.5  +1 -0      src/bin/sh/parser.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007032131.o63LVQ62083259>