summaryrefslogtreecommitdiff
path: root/nuttx/lib/net/lib_etherntoa.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-31 18:55:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-31 18:55:43 +0000
commitf8d292453df82fde56d2e4674ba78b5885fed899 (patch)
tree08ba85afaebe96b8d1faec74b32bd6ae0a91d46a /nuttx/lib/net/lib_etherntoa.c
parentd982646fc68602ca7840a7b826cb49efd1963d6c (diff)
downloadpx4-nuttx-f8d292453df82fde56d2e4674ba78b5885fed899.tar.gz
px4-nuttx-f8d292453df82fde56d2e4674ba78b5885fed899.tar.bz2
px4-nuttx-f8d292453df82fde56d2e4674ba78b5885fed899.zip
Add lib.csv that may be used to generate C library symbol tables
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5072 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/lib/net/lib_etherntoa.c')
-rw-r--r--nuttx/lib/net/lib_etherntoa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/lib/net/lib_etherntoa.c b/nuttx/lib/net/lib_etherntoa.c
index 253549183..f89f205a2 100644
--- a/nuttx/lib/net/lib_etherntoa.c
+++ b/nuttx/lib/net/lib_etherntoa.c
@@ -2,7 +2,7 @@
* lib/net/lib_etherntoa.c
*
* Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -58,7 +58,7 @@
*
****************************************************************************/
-char *ether_ntoa(const struct ether_addr *addr)
+FAR char *ether_ntoa(FAR const struct ether_addr *addr)
{
static char buffer[20];
sprintf(buffer, "%02x:%02x:%02x:%02x:%02x:%02x",