Path: tut!enea!mcvax!botter!ast From: ast@cs.vu.nl (Andy Tanenbaum) Newsgroups: comp.os.minix Subject: Fix to bug in chmem Message-ID: <1581@botter.cs.vu.nl> Date: 26 Aug 87 20:49:03 GMT Reply-To: ast@cs.vu.nl (Andy Tanenbaum) Distribution: world Organization: VU Informatica, Amsterdam Lines: 12 9c9 < #define SEPBIT 0x00200000 /* this bit is set for separate I/D */ --- > #define SEPBIT 0x00200000 /* this bit is set for separate I/D */ 55c55,57 < newtot = header[DATA] + header[BSS] + newdynam; --- > > newtot = header[DATA] + header[BSS] + newdynam; > if (separate == 0) newtot += header[TEXT]; 59d60 < if (separate == 0) newtot += header[TEXT];