diff --context --recurs m:\bind494t3/BSD/named/Makefile m:\bind494t4b/BSD/named/Makefile
*** m:\bind494t3/BSD/named/Makefile	Sat Jun 01 03:03:16 1996
--- m:\bind494t4b/BSD/named/Makefile	Sat Jun 08 01:09:18 1996
***************
*** 1,13 ****
! # $Id: Makefile,v 8.2 1996/01/09 20:23:47 vixie Exp $
! 
! .PATH:	${.CURDIR}/../BIND/named \
! 	${.CURDIR}/../BIND/man
! 
! PROG=	named
! SRCS=	version.c db_dump.c db_glue.c db_load.c db_lookup.c db_reload.c \
! 	db_save.c db_secure.c db_update.c dmalloc.c ns_forw.c \
! 	ns_init.c ns_main.c ns_maint.c ns_ncache.c ns_req.c ns_resp.c \
! 	ns_sort.c ns_stats.c ns_validate.c storage.c tree.c
  
  BINDIR=	/usr/sbin
  
--- 1,14 ----
! # $Id: Makefile,v 8.3 1996/06/06 20:19:07 vixie Exp $
! 
! .PATH:	${.CURDIR}/../BIND/named \
! 	${.CURDIR}/../BIND/man
! 
! PROG=	named
! SRCS=	version.c db_dump.c db_glue.c db_load.c db_lookup.c db_reload.c \
! 	db_save.c db_secure.c db_update.c dmalloc.c ns_forw.c \
! 	ns_init.c ns_main.c ns_maint.c ns_ncache.c ns_req.c ns_resp.c \
! 	ns_sort.c ns_stats.c ns_validate.c storage.c tree.c
! MAN8=	named.0
  
  BINDIR=	/usr/sbin
  
Only in m:\bind494t3/BSD/named: Makefile.orig
Only in m:\bind494t3/BSD/named-xfer: Makefile.orig
diff --context --recurs m:\bind494t3/CHANGES m:\bind494t4b/CHANGES
*** m:\bind494t3/CHANGES	Sat Jun 01 03:17:44 1996
--- m:\bind494t4b/CHANGES	Sat Jun 08 01:09:18 1996
***************
*** 1,4 ****
! $Id: CHANGES,v 8.35 1996/05/23 08:21:20 vixie Exp $
  
  	--- 4.9.4-t4a released ---
  
--- 1,12 ----
! $Id: CHANGES,v 8.37 1996/06/06 20:19:05 vixie Exp $
! 
! 	--- 4.9.4-t4b released ---
! 
! 634. [bug]	named-xfer was writing AAAA RRs to the wrong file pointer.
! 
! 633. [port]	ULTRIX and RISCOS both need NEED_STRDUP in conf/portability.h.
! 
! 632. [bug]	BSD/named/Makefile was installing its man page in section 1.
  
  	--- 4.9.4-t4a released ---
  
Only in m:\bind494t3: CHANGES.orig
diff --context --recurs m:\bind494t3/Makefile m:\bind494t4b/Makefile
*** m:\bind494t3/Makefile	Sat Jun 01 03:17:44 1996
--- m:\bind494t4b/Makefile	Sat Jun 08 01:09:18 1996
***************
*** 1,16 ****
  # Makefile for BIND>=4.9 top level
  # vixie@decwrl December, 1992 [original]
  #
! # $Id: Makefile,v 8.34 1996/05/23 08:21:20 vixie Exp $
  
! ## ++Copyright++ 1989
  ## -
! ## Copyright (c) 1989
! ##    The Regents of the University of California.  All rights reserved.
  ## 
! ## Redistribution and use in source and binary forms, with or without
! ## modification, are permitted provided that the following conditions
! ## are met:
  ## 1. Redistributions of source code must retain the above copyright
  ##    notice, this list of conditions and the following disclaimer.
  ## 2. Redistributions in binary form must reproduce the above copyright
--- 1,16 ----
  # Makefile for BIND>=4.9 top level
  # vixie@decwrl December, 1992 [original]
  #
! # $Id: Makefile,v 8.36 1996/06/06 20:19:05 vixie Exp $
  
! ## ++Copyright++ 1989
  ## -
! ## Copyright (c) 1989
! ##    The Regents of the University of California.  All rights reserved.
  ## 
! ## Redistribution and use in source and binary forms, with or without
! ## modification, are permitted provided that the following conditions
! ## are met:
  ## 1. Redistributions of source code must retain the above copyright
  ##    notice, this list of conditions and the following disclaimer.
  ## 2. Redistributions in binary form must reproduce the above copyright
***************
*** 56,62 ****
  ## -
  ## --Copyright--
  
! VER = 4.9.4-T4A
  SHELL = /bin/sh
  MAKE = make
  DESTDIR =
--- 56,62 ----
  ## -
  ## --Copyright--
  
! VER = 4.9.4-T4B
  SHELL = /bin/sh
  MAKE = make
  DESTDIR =
Only in m:\bind494t3: Makefile.orig
Only in m:\bind494t3: bind-4.9.4-T3B.tar
Only in m:\bind494t4b: bind-4.9.4-T4B.tar
diff --context --recurs m:\bind494t3/compat/lib/Makefile m:\bind494t4b/compat/lib/Makefile
*** m:\bind494t3/compat/lib/Makefile	Sat Jun 01 03:17:45 1996
--- m:\bind494t4b/compat/lib/Makefile	Sat Jun 08 01:09:18 1996
***************
*** 1,6 ****
  #
  #	from @(#)Makefile	5.16 (Berkeley) 3/14/88
! #	$Id: Makefile,v 8.4 1995/06/19 20:55:25 vixie Exp $
  #
  
  ## ++Copyright++ 1988
--- 1,6 ----
  #
  #	from @(#)Makefile	5.16 (Berkeley) 3/14/88
! #	$Id: Makefile,v 8.5 1996/06/02 08:20:33 vixie Exp $
  #
  
  ## ++Copyright++ 1988
diff --context --recurs m:\bind494t3/compat/lib/strdup.c m:\bind494t4b/compat/lib/strdup.c
*** m:\bind494t3/compat/lib/strdup.c	Sat Jun 01 03:17:46 1996
--- m:\bind494t4b/compat/lib/strdup.c	Sat Jun 08 01:09:18 1996
***************
*** 20,26 ****
   */
  
  #if defined(LINT) && !defined(CODECENTER)
! static char rcsid[] = "$Id:$";
  #endif
  
  /*
--- 20,26 ----
   */
  
  #if defined(LINT) && !defined(CODECENTER)
! static char rcsid[] = "$Id: strdup.c,v 8.2 1996/06/02 08:20:33 vixie Exp $";
  #endif
  
  /*
diff --context --recurs m:\bind494t3/conf/portability.h m:\bind494t4b/conf/portability.h
*** m:\bind494t3/conf/portability.h	Sat Jun 01 03:17:47 1996
--- m:\bind494t4b/conf/portability.h	Sat Jun 08 01:09:15 1996
***************
*** 1,16 ****
  /* portability.h - include or define things that aren't present on all systems
   * vixie@decwrl 26dec92 [new]
   *
!  * $Id: portability.h,v 8.12 1996/05/20 15:09:55 vixie Exp $
   */
  
! /*
!  * ++Copyright++
   * -
!  * Copyright (c) 
!  *    The Regents of the University of California.  All rights reserved.
   * 
!  * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
   * 1. Redistributions of source code must retain the above copyright
--- 1,16 ----
  /* portability.h - include or define things that aren't present on all systems
   * vixie@decwrl 26dec92 [new]
   *
!  * $Id: portability.h,v 8.14 1996/06/06 20:19:09 vixie Exp $
   */
  
! /*
!  * ++Copyright++
   * -
!  * Copyright (c) 
!  *    The Regents of the University of California.  All rights reserved.
   * 
!  * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
   * 1. Redistributions of source code must retain the above copyright
***************
*** 241,246 ****
--- 241,249 ----
  # include <stdlib.h>
  # include <unistd.h>
  # include <limits.h>
+ # if defined(__ultrix)
+ #  define NEED_STRDUP
+ # endif
  
  #else
  
Only in m:\bind494t3/contrib/decwrl: gethost
Only in m:\bind494t3/contrib/decwrl: gethost.o
diff --context --recurs m:\bind494t3/doc/bog/file.psf m:\bind494t4b/doc/bog/file.psf
*** m:\bind494t3/doc/bog/file.psf	Thu May 23 08:25:19 1996
--- m:\bind494t4b/doc/bog/file.psf	Thu Jun 06 20:19:25 1996
***************
*** 1,6 ****
  %!PS-Adobe-3.0
  %%Creator: groff version 1.10
! %%CreationDate: Thu May 23 01:25:18 1996
  %%DocumentNeededResources: font Times-Bold
  %%+ font Times-Italic
  %%+ font Times-Roman
--- 1,6 ----
  %!PS-Adobe-3.0
  %%Creator: groff version 1.10
! %%CreationDate: Thu Jun  6 13:19:25 1996
  %%DocumentNeededResources: font Times-Bold
  %%+ font Times-Italic
  %%+ font Times-Roman
Only in m:\bind494t3/doc/info: SunOS.orig
diff --context --recurs m:\bind494t3/include/resolv.h m:\bind494t4b/include/resolv.h
*** m:\bind494t3/include/resolv.h	Sat Jun 01 03:17:48 1996
--- m:\bind494t4b/include/resolv.h	Sat Jun 08 01:09:14 1996
***************
*** 55,61 ****
  
  /*
   *	@(#)resolv.h	8.1 (Berkeley) 6/2/93
!  *	$Id: resolv.h,v 8.10 1996/05/22 04:56:29 vixie Exp $
   */
  
  #ifndef _RESOLV_H_
--- 55,61 ----
  
  /*
   *	@(#)resolv.h	8.1 (Berkeley) 6/2/93
!  *	$Id: resolv.h,v 8.11 1996/06/02 08:20:38 vixie Exp $
   */
  
  #ifndef _RESOLV_H_
diff --context --recurs m:\bind494t3/named/db_dump.c m:\bind494t4b/named/db_dump.c
*** m:\bind494t3/named/db_dump.c	Sat Jun 01 03:17:50 1996
--- m:\bind494t4b/named/db_dump.c	Sat Jun 08 01:09:15 1996
***************
*** 1,6 ****
  #if !defined(lint) && !defined(SABER)
  static char sccsid[] = "@(#)db_dump.c	4.33 (Berkeley) 3/3/91";
! static char rcsid[] = "$Id: db_dump.c,v 8.12 1996/05/21 07:04:34 vixie Exp $";
  #endif /* not lint */
  
  /*
--- 1,6 ----
  #if !defined(lint) && !defined(SABER)
  static char sccsid[] = "@(#)db_dump.c	4.33 (Berkeley) 3/3/91";
! static char rcsid[] = "$Id: db_dump.c,v 8.13 1996/06/02 08:20:39 vixie Exp $";
  #endif /* not lint */
  
  /*
diff --context --recurs m:\bind494t3/named/db_func.h m:\bind494t4b/named/db_func.h
*** m:\bind494t3/named/db_func.h	Sat Jun 01 03:17:50 1996
--- m:\bind494t4b/named/db_func.h	Sat Jun 08 01:09:15 1996
***************
*** 1,6 ****
  /* db_proc.h - prototypes for functions in db_*.c
   *
!  * $Id: db_func.h,v 8.8 1996/05/09 05:59:10 vixie Exp $
   */
  
  /* ++from db_update.c++ */
--- 1,6 ----
  /* db_proc.h - prototypes for functions in db_*.c
   *
!  * $Id: db_func.h,v 8.9 1996/06/02 08:20:39 vixie Exp $
   */
  
  /* ++from db_update.c++ */
diff --context --recurs m:\bind494t3/named/db_glue.c m:\bind494t4b/named/db_glue.c
*** m:\bind494t3/named/db_glue.c	Sat Jun 01 03:17:52 1996
--- m:\bind494t4b/named/db_glue.c	Sat Jun 08 01:09:15 1996
***************
*** 1,6 ****
  #if !defined(lint) && !defined(SABER)
  static char sccsid[] = "@(#)db_glue.c	4.4 (Berkeley) 6/1/90";
! static char rcsid[] = "$Id: db_glue.c,v 8.12 1996/05/21 07:32:38 vixie Exp $";
  #endif /* not lint */
  
  /*
--- 1,6 ----
  #if !defined(lint) && !defined(SABER)
  static char sccsid[] = "@(#)db_glue.c	4.4 (Berkeley) 6/1/90";
! static char rcsid[] = "$Id: db_glue.c,v 8.13 1996/06/02 08:20:39 vixie Exp $";
  #endif /* not lint */
  
  /*
diff --context --recurs m:\bind494t3/named/named-xfer.c m:\bind494t4b/named/named-xfer.c
*** m:\bind494t3/named/named-xfer.c	Sat Jun 01 03:02:59 1996
--- m:\bind494t4b/named/named-xfer.c	Sat Jun 08 01:09:15 1996
***************
*** 70,85 ****
  
  #if !defined(lint) && !defined(SABER)
  static char sccsid[] = "@(#)named-xfer.c	4.18 (Berkeley) 3/7/91";
! static char rcsid[] = "$Id: named-xfer.c,v 8.13 1996/05/21 07:04:34 vixie Exp $";
! #endif /* not lint */
  
! #include <sys/param.h>
! #include <sys/file.h>
! #include <sys/stat.h>
! #include <sys/socket.h>
  
! #include <netinet/in.h>
! #if defined(__osf__)
  # include <sys/mbuf.h>
  # include <net/route.h>
  #endif
--- 70,85 ----
  
  #if !defined(lint) && !defined(SABER)
  static char sccsid[] = "@(#)named-xfer.c	4.18 (Berkeley) 3/7/91";
! static char rcsid[] = "$Id: named-xfer.c,v 8.14 1996/06/06 20:19:14 vixie Exp $";
! #endif /* not lint */
  
! #include <sys/param.h>
! #include <sys/file.h>
! #include <sys/stat.h>
! #include <sys/socket.h>
  
! #include <netinet/in.h>
! #if defined(__osf__)
  # include <sys/mbuf.h>
  # include <net/route.h>
  #endif
***************
*** 1547,1553 ****
  	case T_AAAA: {
  		char t[sizeof "ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255"];
  
! 		fprintf(fp, "%s\n", inet_ntop(AF_INET6, cp, t, sizeof t));
  		break;
  	}
  	case T_UINFO:
--- 1547,1553 ----
  	case T_AAAA: {
  		char t[sizeof "ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255"];
  
! 		fprintf(dbfp, "%s\n", inet_ntop(AF_INET6, cp, t, sizeof t));
  		break;
  	}
  	case T_UINFO:
diff --context --recurs m:\bind494t3/res/res_debug.c m:\bind494t4b/res/res_debug.c
*** m:\bind494t3/res/res_debug.c	Sat Jun 01 03:17:53 1996
--- m:\bind494t4b/res/res_debug.c	Sat Jun 08 01:09:15 1996
***************
*** 55,61 ****
  
  #if defined(LIBC_SCCS) && !defined(lint)
  static char sccsid[] = "@(#)res_debug.c	8.1 (Berkeley) 6/4/93";
! static char rcsid[] = "$Id: res_debug.c,v 8.10 1996/05/21 07:51:24 vixie Exp $";
  #endif /* LIBC_SCCS and not lint */
  
  #include <sys/param.h>
--- 55,61 ----
  
  #if defined(LIBC_SCCS) && !defined(lint)
  static char sccsid[] = "@(#)res_debug.c	8.1 (Berkeley) 6/4/93";
! static char rcsid[] = "$Id: res_debug.c,v 8.11 1996/06/02 08:20:40 vixie Exp $";
  #endif /* LIBC_SCCS and not lint */
  
  #include <sys/param.h>
Only in m:\bind494t3: t3b-t4a
diff --context --recurs m:\bind494t3/tools/nslookup/main.c m:\bind494t4b/tools/nslookup/main.c
*** m:\bind494t3/tools/nslookup/main.c	Sat Jun 01 03:17:54 1996
--- m:\bind494t4b/tools/nslookup/main.c	Sat Jun 08 01:09:15 1996
***************
*** 61,67 ****
  
  #ifndef lint
  static char sccsid[] = "@(#)main.c	5.42 (Berkeley) 3/3/91";
! static char rcsid[] = "$Id: main.c,v 8.2 1995/12/22 10:20:42 vixie Exp $";
  #endif /* not lint */
  
  /*
--- 61,67 ----
  
  #ifndef lint
  static char sccsid[] = "@(#)main.c	5.42 (Berkeley) 3/3/91";
! static char rcsid[] = "$Id: main.c,v 8.3 1996/06/02 08:20:41 vixie Exp $";
  #endif /* not lint */
  
  /*
