Move inet to safe copies.

This commit is contained in:
Philip Homburg 2006-06-26 16:03:35 +00:00
parent 961a173573
commit 2f50f92eb3

View file

@ -181,8 +181,10 @@ off_t *pos;
/* Is this device driver (identified by major number)
* ready to accept *_S commands?
*/
#if 0
if(major(dev) == 7) /* major number of inet. */
return 0; /* inet is not safe-capable. */
#endif
/* Number of grants allocated in vector I/O. */
*vec_grants = 0;