Re: small bug in memory_lseek()

Itai Nahshon (nahshon@actcom.co.il)
Sat, 14 Feb 1998 03:04:54 +0200


Off_t is 'long' and not 'unsigned long'. I do not think
a special handling should be taken when seeking in memory.
The next thing that people will raise is seeking to offsets
between 2GB and 4GB on regular files, when these will become
possible.

Just use llseek...

Itai

-- 
Itai Nahshon   nahshon@actcom.co.il
        Also   nahshon@vnet.ibm.com

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu