Received: by gw.home.vix.com id AA12772; Thu, 8 Dec 94 21:14:58 -0800
Received: (from warlock@localhost) by menkure.net.CSUChico.EDU (8.6.9/8.6.9) id VAA06220; Thu, 8 Dec 1994 21:18:15 -0800
Date: Thu, 8 Dec 1994 21:18:15 -0800
From: John Kennedy <warlock@csuchico.edu>
Message-Id: <199412090518.VAA06220@menkure.net.CSUChico.EDU>
To: paul@vix.com
Subject: Re:  BIND 4.9.3 Beta11 Patch4 is available
Cc: bind-workers@vix.com

12/08/94 @ 09:17:02 PM (Thursday)

>  Here's the fourth (and maybe last) batch of diffs for Beta11.  ...

  Notes to add to Info.Linux...

  As of lib-4.6.20/inc-4.6.20, <sys/types.h> is included in <sys/param.h>
(a patch-form version of the difference is included below).  I've compiled
bind-4.9.3-beta11p3 succesfully with:

	gcc-2.6.2, gcc-2.5.8
	libc-4.5.26 (haven't tried libc-4.6.20 yet)
	linux-1.1.70

  Matt Day's <mday@artisoft.com> other notes are still correct.  FYI, if
you _don't_ like munging the default header files, you can stick this in
compat/include/sys...

	#include	<sys/types.h>
	#include_next	<sys/param.h>

[Makes it include <sys/types.h>, then include the system's <sys/param.h>.]

						John Kennedy
						<warlock@csuchico.edu>

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
--- /usr/include-4.5.26/sys/param.h.OLD	Thu Nov 11 19:57:52 1993
+++ /usr/include-4.6.20/sys/param.h	Tue Oct 11 20:11:28 1994
@@ -2,7 +2,10 @@
 #define _SYS_PARAM_H
 
 #include <limits.h>
+#include <linux/limits.h>
 #include <linux/param.h>
+
+#include <sys/types.h>
 
 /* Don't change it. H.J. */
 #ifdef OLD_LINUX
