ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/Linux/scsi_linux.cpp
(Generate patch)

Comparing BasiliskII/src/Unix/Linux/scsi_linux.cpp (file contents):
Revision 1.2 by cebix, 2000-04-10T18:53:17Z vs.
Revision 1.3 by cebix, 2000-07-22T16:07:22Z

# Line 120 | Line 120 | void SCSIExit(void)
120   *  Check if requested data size fits into buffer, allocate new buffer if needed
121   */
122  
123 < static bool try_buffer(int size)
123 > static bool try_buffer(uint32 size)
124   {
125          size += sizeof(struct sg_header) + 12;
126          if (size <= buffer_size)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines