Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jun 2010 10:33:04 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh parser.c
Message-ID:  <201006191033.o5JAXTKa099726@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

jilles      2010-06-19 10:33:04 UTC

  FreeBSD src repository

  Modified files:
    bin/sh               parser.c 
  Log:
  SVN rev 209337 on 2010-06-19 10:33:04Z by jilles
  
  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.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.81      +1 -0      src/bin/sh/parser.c



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