From owner-cvs-bin Thu Jan 8 22:19:47 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA19074 for cvs-bin-outgoing; Thu, 8 Jan 1998 22:19:47 -0800 (PST) (envelope-from owner-cvs-bin) 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 WAA18587; Thu, 8 Jan 1998 22:15:17 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id WAA07032; Thu, 8 Jan 1998 22:15:00 -0800 (PST) Date: Thu, 8 Jan 1998 22:15:00 -0800 (PST) Message-Id: <199801090615.WAA07032@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/ls stat_flags.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/01/08 22:15:00 PST Modified files: bin/ls stat_flags.c Log: Make a couple of the stat flags dependent on the sys/stat.h header file that this source is compiled against. This source is referenced by install which is needed as a build tool and must be able to compile against NetBSD headers and libraries if we have a hope of supporting another architecture. With this change, that's two working programs down and 3945 (?) to go. The other one was make, but that didn't need any changes to work under FreeBSD/Alpha. 8-) Revision Changes Path 1.9 +9 -1 src/bin/ls/stat_flags.c