Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet put back ip_h323_pxy.c - the QNX licence seems t...



details:   https://anonhg.NetBSD.org/src/rev/2d550fe916ac
branches:  trunk
changeset: 524888:2d550fe916ac
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Apr 01 16:50:08 2002 +0000

description:
put back ip_h323_pxy.c - the QNX licence seems to be okay upon
further examination

diffstat:

 sys/netinet/ip_proxy.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 3e1ae57cd7bc -r 2d550fe916ac sys/netinet/ip_proxy.c
--- a/sys/netinet/ip_proxy.c    Mon Apr 01 16:47:46 2002 +0000
+++ b/sys/netinet/ip_proxy.c    Mon Apr 01 16:50:08 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_proxy.c,v 1.29 2002/03/14 12:34:25 martti Exp $     */
+/*     $NetBSD: ip_proxy.c,v 1.30 2002/04/01 16:50:08 jdolecek Exp $   */
 
 /*
  * Copyright (C) 1997-2002 by Darren Reed.
@@ -79,7 +79,7 @@
 #if !defined(lint)
 #if defined(__NetBSD__)
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_proxy.c,v 1.29 2002/03/14 12:34:25 martti Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_proxy.c,v 1.30 2002/04/01 16:50:08 jdolecek Exp $");
 #else
 static const char rcsid[] = "@(#)Id: ip_proxy.c,v 2.9.2.21 2002/03/06 09:44:14 darrenr Exp";
 #endif
@@ -103,6 +103,7 @@
 #include "netinet/ip_rcmd_pxy.c"
 #include "netinet/ip_raudio_pxy.c"
 #include "netinet/ip_netbios_pxy.c"
+#include "netinet/ip_h323_pxy.c"
 #endif
 #include "netinet/ip_ipsec_pxy.c"
 



Home | Main Index | Thread Index | Old Index