rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit ea85ce1cc1935ed36a7d09f3c0d22fcf909e3d4d
parent 21703f6be477bfd95a2fd63efe2af081044babd5
Author: tjg <tjg>
Date:   Mon, 27 Nov 2000 12:53:12 +0000

  Portability: configure fails to detect strerror() on NetBSD; we need
  to include <string.h>.

Diffstat:
MChangeLog | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -688,3 +688,8 @@ Changes since rc-1.5b2 2000-07-27 Feature: the "equals hack". + +2000-11-27 + + Portability: configure fails to detect strerror() on NetBSD; we need + to include <string.h>.