From 4146e9258e38aff358710951df827ab1eb63310d Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 15 Dec 2009 14:53:45 +0000 Subject: Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2344 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/net/uip/uip_neighbor.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'nuttx/net/uip/uip_neighbor.h') diff --git a/nuttx/net/uip/uip_neighbor.h b/nuttx/net/uip/uip_neighbor.h index 0e180bac7..355d1fdad 100644 --- a/nuttx/net/uip/uip_neighbor.h +++ b/nuttx/net/uip/uip_neighbor.h @@ -1,10 +1,15 @@ -/* uip_neighbor.h +/* net/uip/uip_neighbor.h * Header file for database of link-local neighbors, used by IPv6 code and * to be used by future ARP code. - * Author: Adam Dunkels * - * Copyright (c) 2006, Swedish Institute of Computer Science. - * All rights reserved. + * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved. + * Author: Gregory Nutt + * + * A direct leverage of logic from uIP which also has b BSD style license + * + * Author: Adam Dunkels + * Copyright (c) 2006, Swedish Institute of Computer Science. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -34,6 +39,7 @@ #ifndef __UIP_NEIGHBOR_H__ #define __UIP_NEIGHBOR_H__ +#include #include #include -- cgit v1.2.3