diff --recurs m:\bind494t3/BSD/named/Makefile m:\bind494t4b/BSD/named/Makefile
1,10c1,11
< # $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
---
> # $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
Only in m:\bind494t3/BSD/named: Makefile.orig
Only in m:\bind494t3/BSD/named-xfer: Makefile.orig
diff --recurs m:\bind494t3/CHANGES m:\bind494t4b/CHANGES
1c1,9
< $Id: CHANGES,v 8.35 1996/05/23 08:21:20 vixie Exp $
---
> $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.
Only in m:\bind494t3: CHANGES.orig
diff --recurs m:\bind494t3/Makefile m:\bind494t4b/Makefile
4c4
< # $Id: Makefile,v 8.34 1996/05/23 08:21:20 vixie Exp $
---
> # $Id: Makefile,v 8.36 1996/06/06 20:19:05 vixie Exp $
6c6
< ## ++Copyright++ 1989
---
> ## ++Copyright++ 1989
8,9c8,9
< ## Copyright (c) 1989
< ##    The Regents of the University of California.  All rights reserved.
---
> ## Copyright (c) 1989
> ##    The Regents of the University of California.  All rights reserved.
11,13c11,13
< ## Redistribution and use in source and binary forms, with or without
< ## modification, are permitted provided that the following conditions
< ## are met:
---
> ## Redistribution and use in source and binary forms, with or without
> ## modification, are permitted provided that the following conditions
> ## are met:
59c59
< VER = 4.9.4-T4A
---
> VER = 4.9.4-T4B
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 --recurs m:\bind494t3/compat/lib/Makefile m:\bind494t4b/compat/lib/Makefile
3c3
< #	$Id: Makefile,v 8.4 1995/06/19 20:55:25 vixie Exp $
---
> #	$Id: Makefile,v 8.5 1996/06/02 08:20:33 vixie Exp $
diff --recurs m:\bind494t3/compat/lib/strdup.c m:\bind494t4b/compat/lib/strdup.c
23c23
< static char rcsid[] = "$Id:$";
---
> static char rcsid[] = "$Id: strdup.c,v 8.2 1996/06/02 08:20:33 vixie Exp $";
diff --recurs m:\bind494t3/conf/portability.h m:\bind494t4b/conf/portability.h
4c4
<  * $Id: portability.h,v 8.12 1996/05/20 15:09:55 vixie Exp $
---
>  * $Id: portability.h,v 8.14 1996/06/06 20:19:09 vixie Exp $
7,8c7,8
< /*
<  * ++Copyright++
---
> /*
>  * ++Copyright++
10,11c10,11
<  * Copyright (c) 
<  *    The Regents of the University of California.  All rights reserved.
---
>  * Copyright (c) 
>  *    The Regents of the University of California.  All rights reserved.
13c13
<  * Redistribution and use in source and binary forms, with or without
---
>  * Redistribution and use in source and binary forms, with or without
243a244,246
> # if defined(__ultrix)
> #  define NEED_STRDUP
> # endif
Only in m:\bind494t3/contrib/decwrl: gethost
Only in m:\bind494t3/contrib/decwrl: gethost.o
diff --recurs m:\bind494t3/doc/bog/file.psf m:\bind494t4b/doc/bog/file.psf
3c3
< %%CreationDate: Thu May 23 01:25:18 1996
---
> %%CreationDate: Thu Jun  6 13:19:25 1996
Only in m:\bind494t3/doc/info: SunOS.orig
diff --recurs m:\bind494t3/include/resolv.h m:\bind494t4b/include/resolv.h
58c58
<  *	$Id: resolv.h,v 8.10 1996/05/22 04:56:29 vixie Exp $
---
>  *	$Id: resolv.h,v 8.11 1996/06/02 08:20:38 vixie Exp $
diff --recurs m:\bind494t3/named/db_dump.c m:\bind494t4b/named/db_dump.c
3c3
< static char rcsid[] = "$Id: db_dump.c,v 8.12 1996/05/21 07:04:34 vixie Exp $";
---
> static char rcsid[] = "$Id: db_dump.c,v 8.13 1996/06/02 08:20:39 vixie Exp $";
diff --recurs m:\bind494t3/named/db_func.h m:\bind494t4b/named/db_func.h
3c3
<  * $Id: db_func.h,v 8.8 1996/05/09 05:59:10 vixie Exp $
---
>  * $Id: db_func.h,v 8.9 1996/06/02 08:20:39 vixie Exp $
diff --recurs m:\bind494t3/named/db_glue.c m:\bind494t4b/named/db_glue.c
3c3
< static char rcsid[] = "$Id: db_glue.c,v 8.12 1996/05/21 07:32:38 vixie Exp $";
---
> static char rcsid[] = "$Id: db_glue.c,v 8.13 1996/06/02 08:20:39 vixie Exp $";
diff --recurs m:\bind494t3/named/named-xfer.c m:\bind494t4b/named/named-xfer.c
73,74c73,74
< static char rcsid[] = "$Id: named-xfer.c,v 8.13 1996/05/21 07:04:34 vixie Exp $";
< #endif /* not lint */
---
> static char rcsid[] = "$Id: named-xfer.c,v 8.14 1996/06/06 20:19:14 vixie Exp $";
> #endif /* not lint */
76,79c76,79
< #include <sys/param.h>
< #include <sys/file.h>
< #include <sys/stat.h>
< #include <sys/socket.h>
---
> #include <sys/param.h>
> #include <sys/file.h>
> #include <sys/stat.h>
> #include <sys/socket.h>
81,82c81,82
< #include <netinet/in.h>
< #if defined(__osf__)
---
> #include <netinet/in.h>
> #if defined(__osf__)
1550c1550
< 		fprintf(fp, "%s\n", inet_ntop(AF_INET6, cp, t, sizeof t));
---
> 		fprintf(dbfp, "%s\n", inet_ntop(AF_INET6, cp, t, sizeof t));
diff --recurs m:\bind494t3/res/res_debug.c m:\bind494t4b/res/res_debug.c
58c58
< static char rcsid[] = "$Id: res_debug.c,v 8.10 1996/05/21 07:51:24 vixie Exp $";
---
> static char rcsid[] = "$Id: res_debug.c,v 8.11 1996/06/02 08:20:40 vixie Exp $";
Only in m:\bind494t3: t3b-t4a
diff --recurs m:\bind494t3/tools/nslookup/main.c m:\bind494t4b/tools/nslookup/main.c
64c64
< static char rcsid[] = "$Id: main.c,v 8.2 1995/12/22 10:20:42 vixie Exp $";
---
> static char rcsid[] = "$Id: main.c,v 8.3 1996/06/02 08:20:41 vixie Exp $";
