From owner-freebsd-hackers Thu Aug 1 23:51:46 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA23351 for hackers-outgoing; Thu, 1 Aug 1996 23:51:46 -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 XAA23199 for ; Thu, 1 Aug 1996 23:45:36 -0700 (PDT) Received: (from rbezuide@localhost) by zibbi.mikom.csir.co.za (8.7.5/8.7.3) id IAA01827 for freebsd-hackers@freebsd.org; Fri, 2 Aug 1996 08:44:57 +0200 (SAT) From: R Bezuidenhout Message-Id: <199608020644.IAA01827@zibbi.mikom.csir.co.za> Subject: h2ph and machine/* To: freebsd-hackers@freebsd.org Date: Fri, 2 Aug 1996 08:44:56 +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 # # # ########################################################################