]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Wed, 6 Jun 2001 22:16:03 +0000 (22:16 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 6 Jun 2001 22:16:03 +0000 (22:16 +0000)
add sys/types.h for FreeBSD 2.1.

bin/named/unix/os.c

index 029e3891dff3bff8203bb2087bc28c4d1b8d7fa2..4ab8af88f300115a9755b9833548e0d832c54256 100644 (file)
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: os.c,v 1.36.2.2 2001/01/09 22:32:50 bwelling Exp $ */
+/* $Id: os.c,v 1.36.2.3 2001/06/06 22:16:03 gson Exp $ */
 
 #include <config.h>
 #include <stdarg.h>
 
+#include <sys/types.h>  /* dev_t FreeBSD 2.1 */
 #include <sys/stat.h>
 
 #include <ctype.h>