From owner-cvs-usrbin Thu Jan 8 19:19:23 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA03340 for cvs-usrbin-outgoing; Thu, 8 Jan 1998 19:19:23 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA02381; Thu, 8 Jan 1998 19:11:09 -0800 (PST) (envelope-from sef@FreeBSD.org) From: Sean Eric Fagan Received: (from sef@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA04668; Thu, 8 Jan 1998 16:39:13 -0800 (PST) Date: Thu, 8 Jan 1998 16:39:13 -0800 (PST) Message-Id: <199801090039.QAA04668@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/truss Makefile i386-fbsd.c i386-linux.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sef 1998/01/08 16:39:13 PST Modified files: usr.bin/truss Makefile i386-fbsd.c i386-linux.c Log: Proper way to do the previous mis-commit. Still not quite right, because some header files (e.g., ) include , and this will not pick up the right header files, so it may be removed eventually anyway. But some people who are not willing to build the right way apparantly want this, so this is for them. Revision Changes Path 1.5 +1 -1 src/usr.bin/truss/Makefile 1.4 +3 -3 src/usr.bin/truss/i386-fbsd.c 1.4 +3 -3 src/usr.bin/truss/i386-linux.c