epoc32/include/stdapis/net/route.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/stdapis/net/route.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/stdapis/net/route.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*-
     1.5 - * © Portions copyright (c) 2007 Symbian Software Ltd. All rights reserved.
     1.6 + * 
     1.7   * Copyright (c) 1980, 1986, 1993
     1.8   *	The Regents of the University of California.  All rights reserved.
     1.9   * Redistribution and use in source and binary forms, with or without
    1.10 @@ -26,6 +26,7 @@
    1.11   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    1.12   * SUCH DAMAGE.
    1.13   *
    1.14 + * Portions Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
    1.15   *	@(#)route.h	8.4 (Berkeley) 1/9/95
    1.16   * $FreeBSD: src/sys/net/route.h,v 1.63 2005/01/07 01:45:35 imp Exp $
    1.17   */
    1.18 @@ -97,7 +98,7 @@
    1.19   * gateway rather than the ultimate destination.
    1.20   */
    1.21  #ifndef RNF_NORMAL
    1.22 -#include <net/radix.h>
    1.23 +#include <stdapis/net/radix.h>
    1.24  #endif
    1.25  struct rtentry {
    1.26  	struct	radix_node rt_nodes[2];	/* tree glue, and other values */