drop PAGESIZE as a constant
authorBill Joy <root@ucbvax.Berkeley.EDU>
Sun, 5 Sep 1982 00:28:46 +0000 (16:28 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Sun, 5 Sep 1982 00:28:46 +0000 (16:28 -0800)
SCCS-vsn: sys/sys/mman.h 4.2

usr/src/sys/sys/mman.h

index c637430..76e089f 100644 (file)
@@ -1,12 +1,4 @@
-/*     mman.h  5.1     82/07/17        */
-
-#if vax
-#define        PAGESIZE        1024
-#endif
-
-#if sun
-#define        PAGESIZE        2048
-#endif
+/*     mman.h  4.2     82/09/04        */
 
 /* protections are chosen from these bits, or-ed together */
 #define        PROT_READ       0x1             /* pages can be read */
 
 /* protections are chosen from these bits, or-ed together */
 #define        PROT_READ       0x1             /* pages can be read */