X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/831e498e5990333e2905fc0c498887c0d156b801..5513375c86e602a9163497b7ad7e66f860de9efb:/usr/src/sys/kern/vfs_syscalls.c diff --git a/usr/src/sys/kern/vfs_syscalls.c b/usr/src/sys/kern/vfs_syscalls.c index 9a12bc608e..e464e9c2b5 100644 --- a/usr/src/sys/kern/vfs_syscalls.c +++ b/usr/src/sys/kern/vfs_syscalls.c @@ -1,4 +1,4 @@ -/* vfs_syscalls.c 3.4 %G% */ +/* vfs_syscalls.c 4.2 %G% */ #include "../h/param.h" #include "../h/systm.h" @@ -65,7 +65,7 @@ off_t pipeadj; register struct buf *bp; struct stat ds; - IUPDAT(ip, &time, &time); + IUPDAT(ip, &time, &time, 0); /* * first copy from inode table */ @@ -252,10 +252,8 @@ getmdev() dev_t dev; register struct inode *ip; -#ifdef UCB if (!suser()) return(NODEV); -#endif ip = namei(uchar, 0); if(ip == NULL) return(NODEV);