Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2000 04:39:12 -0700 (PDT)
From:      Martin Cracauer <cracauer@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/sh shell.h show.c show.h
Message-ID:  <200004201139.EAA42765@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
cracauer    2000/04/20 04:39:12 PDT

  Modified files:
    bin/sh               shell.h show.c show.h 
  Log:
  Rename the trace() function (that is build only in the -DDEBUG=2
  case), so that it doesn't clash with the ncurses function of the same
  name when linking statically with -ltermcap.
  
  The linker only complains when -static is used, and it is not clear
  whether this is a bug.
  
  PR:		bin/18104
  Submitted by:	Anatoly Vorobey <mellon@pobox.com>
  
  Revision  Changes    Path
  1.12      +2 -2      src/bin/sh/shell.h
  1.13      +4 -3      src/bin/sh/show.c
  1.8       +2 -2      src/bin/sh/show.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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