add d_mmap (from 68k)
authorBill Joy <root@ucbvax.Berkeley.EDU>
Mon, 1 Nov 1982 07:53:00 +0000 (23:53 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Mon, 1 Nov 1982 07:53:00 +0000 (23:53 -0800)
SCCS-vsn: sys/sys/conf.h 4.10

usr/src/sys/sys/conf.h

index 3bd038d..d0b672e 100644 (file)
@@ -1,4 +1,4 @@
-/*     conf.h  4.9     82/10/17        */
+/*     conf.h  4.10    82/10/31        */
 
 /*
  * Declaration of block device
 
 /*
  * Declaration of block device
@@ -35,6 +35,7 @@ struct cdevsw
        int     (*d_reset)();
        struct tty *d_ttys;
        int     (*d_select)();
        int     (*d_reset)();
        struct tty *d_ttys;
        int     (*d_select)();
+       int     (*d_mmap)();
 };
 #ifdef KERNEL
 struct cdevsw cdevsw[];
 };
 #ifdef KERNEL
 struct cdevsw cdevsw[];