]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add sys/types.h for FreeBSD 2.1.
authorMark Andrews <marka@isc.org>
Fri, 25 May 2001 07:42:15 +0000 (07:42 +0000)
committerMark Andrews <marka@isc.org>
Fri, 25 May 2001 07:42:15 +0000 (07:42 +0000)
bin/named/unix/os.c

index 901aacd549b0f6a63a083366a92aa8ee1a5b8f0f..991f84b2bbc31dc4d5e15603c672474e0278a256 100644 (file)
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: os.c,v 1.43 2001/05/03 19:06:23 bwelling Exp $ */
+/* $Id: os.c,v 1.44 2001/05/25 07:42:15 marka Exp $ */
 
 #include <config.h>
 #include <stdarg.h>
 
+#include <sys/types.h>  /* dev_t FreeBSD 2.1 */
 #include <sys/stat.h>
 
 #include <ctype.h>