Message-Id: <3.0.1.32.19980126152958.007f7a90@yacker.xiotech.com> Date: Mon, 26 Jan 1998 15:29:58 -0600 To: djgpp-workers AT delorie DOT com From: Randy Maas Subject: patch to unistd.h Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=====================_885871798==_" Precedence: bulk --=====================_885871798==_ Content-Type: text/plain; charset="us-ascii" Here is a little patch to so that the patch to sysconf.c will compile and work Randy --=====================_885871798==_ Content-Type: text/plain; charset="us-ascii" Content-Disposition: attachment; filename="unistd.dif" *** include/unistd.h~1 Sat Oct 5 20:34:18 1996 --- include/unistd.h Mon Jan 26 14:24:14 1998 *************** *** 56,60 **** #define _SC_TZNAME_MAX 9 #define _SC_VERSION 10 ! __DJ_size_t #undef __DJ_size_t --- 56,62 ---- #define _SC_TZNAME_MAX 9 #define _SC_VERSION 10 ! #define _SC_PHYS_PAGES 11 ! #define _SC_AVPHYS_PAGES 12 ! __DJ_size_t #undef __DJ_size_t --=====================_885871798==_ Content-Type: text/plain; charset="us-ascii" --=====================_885871798==_--