Misc fixes for ZDS compile/build

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1451 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-12-12 18:01:25 +00:00
parent a51a122fb8
commit 703a3b1e88
17 changed files with 264 additions and 229 deletions
+2 -2
View File
@@ -34,5 +34,5 @@
############################################################################
UIPLIB_ASRCS =
UIPLIB_CSRCS = uiplib.c uip-setmacaddr.c uip-getmacaddr.c uip-sethostaddr.c \
uip-gethostaddr.c uip-setdraddr.c uip-setnetmask.c uip-server.c
UIPLIB_CSRCS = uiplib.c uip_setmacaddr.c uip_getmacaddr.c uip_sethostaddr.c \
uip_gethostaddr.c uip_setdraddr.c uip_setnetmask.c uip_server.c
@@ -1,7 +1,7 @@
/****************************************************************************
* netutils/uiplib/uip-gethostaddr.c
* netutils/uiplib/uip_gethostaddr.c
*
* Copyright (C) 2007 Gregory Nutt. All rights reserved.
* Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -1,7 +1,7 @@
/****************************************************************************
* netutils/uiplib/uip-getmacaddr.c
* netutils/uiplib/uip_getmacaddr.c
*
* Copyright (C) 2007 Gregory Nutt. All rights reserved.
* Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -1,7 +1,7 @@
/****************************************************************************
* netutils/uiplib/uip-server.c
* netutils/uiplib/uip_server.c
*
* Copyright (C) 2007 Gregory Nutt. All rights reserved.
* Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -1,7 +1,7 @@
/****************************************************************************
* netutils/uiplib/uip-setdraddr.c
* netutils/uiplib/uip_setdraddr.c
*
* Copyright (C) 2007 Gregory Nutt. All rights reserved.
* Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -1,7 +1,7 @@
/****************************************************************************
* netutils/uiplib/uip-sethostaddr.c
* netutils/uiplib/uip_sethostaddr.c
*
* Copyright (C) 2007 Gregory Nutt. All rights reserved.
* Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -1,7 +1,7 @@
/****************************************************************************
* netutils/uiplib/uip-setmacaddr.c
* netutils/uiplib/uip_setmacaddr.c
*
* Copyright (C) 2007 Gregory Nutt. All rights reserved.
* Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -1,7 +1,7 @@
/****************************************************************************
* netutils/uiplib/uip-setnetmask.c
* netutils/uiplib/uip_setnetmask.c
*
* Copyright (C) 2007 Gregory Nutt. All rights reserved.
* Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without