From owner-cvs-sys Mon Jul 6 21:09:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14337 for cvs-sys-outgoing; Mon, 6 Jul 1998 21:09:28 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA14261; Mon, 6 Jul 1998 21:08:56 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA10691; Mon, 6 Jul 1998 21:08:46 -0700 (PDT) Date: Mon, 6 Jul 1998 21:08:46 -0700 (PDT) Message-Id: <199807070408.VAA10691@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/procfs procfs.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/07/06 21:08:45 PDT Modified files: sys/miscfs/procfs procfs.h Log: Quick fix for type mismatches which were fatal if longs aren't 32 bits. We used a private, wrong, version of `struct dirent' to help break getdirentries(), and we use a silly check that the size of this struct is a power of 2 to help break mount() if getdirentries() would not work. This fix just changes the struct to match `struct dirent' (except for the name length). Revision Changes Path 1.20 +5 -5 src/sys/miscfs/procfs/procfs.h