ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/holofile.c
(Generate patch)

Comparing ray/src/hd/holofile.c (file contents):
Revision 3.47 by greg, Fri Jun 13 15:27:04 2003 UTC vs.
Revision 3.48 by greg, Fri Jun 20 00:25:49 2003 UTC

# Line 612 | Line 612 | int
612   hdfragOK(fd, listlen, listsiz)  /* get fragment list status for file */
613   int     fd;
614   int     *listlen;
615 < register int4   *listsiz;
615 > register int32  *listsiz;
616   {
617          register struct fraglist        *f;
618          register int    i;
# Line 635 | Line 635 | register int4  *listsiz;
635   off_t
636   hdallocfrag(fd, nrays)          /* allocate a file fragment */
637   int     fd;
638 < unsigned int4   nrays;
638 > uint32  nrays;
639   {
640          register struct fraglist        *f;
641          register int    j;
# Line 667 | Line 667 | register HOLO  *hp;
667   register int    i;
668   {
669          int     fragfreed;
670 <        unsigned int4   nrays;
670 >        uint32  nrays;
671          unsigned int    n;
672          off_t   nfo;
673                                          /* check file status */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines