Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jul 1998 21:08:46 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/miscfs/procfs procfs.h
Message-ID:  <199807070408.VAA10691@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807070408.VAA10691>