summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-21 16:48:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-21 16:48:17 +0000
commit931f978f82f6f5f4bef7adc9513366d26f6f866c (patch)
treebc39886184271501f99be0901995fffd919102a5 /nuttx/include
parent6f33910a3b092e057e3e066603837784cd41b4e2 (diff)
downloadpx4-nuttx-931f978f82f6f5f4bef7adc9513366d26f6f866c.tar.gz
px4-nuttx-931f978f82f6f5f4bef7adc9513366d26f6f866c.tar.bz2
px4-nuttx-931f978f82f6f5f4bef7adc9513366d26f6f866c.zip
Fix DHCPD uni-cast problem: Need to update ARP table first
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1634 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/net/uip/dhcpc.h2
-rw-r--r--nuttx/include/net/uip/dhcpd.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/include/net/uip/dhcpc.h b/nuttx/include/net/uip/dhcpc.h
index a5d86da9d..abfd71e77 100644
--- a/nuttx/include/net/uip/dhcpc.h
+++ b/nuttx/include/net/uip/dhcpc.h
@@ -1,7 +1,7 @@
/****************************************************************************
* net/uip/dhcpc.n
*
- * Copyright (C) 2007 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* This logic was leveraged from uIP which also has a BSD-style license:
diff --git a/nuttx/include/net/uip/dhcpd.h b/nuttx/include/net/uip/dhcpd.h
index ed8770f03..2bcc82abe 100644
--- a/nuttx/include/net/uip/dhcpd.h
+++ b/nuttx/include/net/uip/dhcpd.h
@@ -1,7 +1,7 @@
/****************************************************************************
* net/uipt/dhcpd.h
*
- * Copyright (C) 2007 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* This logic was leveraged from uIP which also has a BSD-style license: