From owner-freebsd-hackers Wed Aug 7 02:01:21 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA26913 for hackers-outgoing; Wed, 7 Aug 1996 02:01:21 -0700 (PDT) Received: from zibbi.mikom.csir.co.za (zibbi.mikom.csir.co.za [146.64.24.58]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id CAA26904 for ; Wed, 7 Aug 1996 02:01:12 -0700 (PDT) Received: (from rbezuide@localhost) by zibbi.mikom.csir.co.za (8.7.5/8.7.3) id LAA03760 for freebsd-hackers@freebsd.org; Wed, 7 Aug 1996 11:00:46 +0200 (SAT) From: R Bezuidenhout Message-Id: <199608070900.LAA03760@zibbi.mikom.csir.co.za> Subject: ansi.ph in sys/machine ?? To: freebsd-hackers@freebsd.org Date: Wed, 7 Aug 1996 11:00:46 +0200 (SAT) X-Mailer: ELM [version 2.4ME+ PL16 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi all I am using a perl script that is trying to use syslog for its logging. It includes /usr/share/perl/syslog.ph which in turn tries to include /usr/share/perl/machine/ansi.ph In /usr/share/perl/syslog.ph if (defined &KERNEL) { } else { require 'machine/ansi.ph'; require 'sys/cdefs.ph'; } But there is no machine directory in /usr/share/perl .. only a sys. I had a look and in the Makefile in /usr/src/gnu/usr.bin/perl/x2p and there h2ph is called: h2ph * sys/* ??? Why isn't machine/* added to this list ? Is there a reason for this ... if there isn't :) can someone please add it :) I see this in 2.1.5 and CURRENT Thanx Reinier -- ######################################################################## # # # Reinier Bezuidenhout Company: Mikomtek CSIR, ZA # # # # Network Engineer - NetSec development team # # # # Current Projects: NetSec - Secure Platform firewall system # # http://www.mikom.csir.co.za # # # # E-mail: rbezuide@mikom.csir.co.za # # # ########################################################################