sa: rename print.c to printaddr.c to avoid conflict on symbian

This commit is contained in:
Alfred E. Heggestad 2012-08-07 18:10:51 +00:00
parent 58f5e58b11
commit 0b8ab3fdaf
4 changed files with 8 additions and 4 deletions

View file

@ -42,6 +42,7 @@ SOURCE print.c
SOURCE prm.c
SOURCE regex.c
SOURCE str.c
SOURCE str_error.c
SOURCE time.c
SOURCEPATH ..\..\src\hash
@ -109,7 +110,7 @@ SOURCE source.c
SOURCEPATH ..\..\src\sa
SOURCE ntop.c
SOURCE print.c
SOURCE printaddr.c
SOURCE pton.c
SOURCE sa.c

View file

@ -203,6 +203,9 @@
<File
RelativePath="..\..\src\fmt\str.c">
</File>
<File
RelativePath="..\..\src\fmt\str_error.c">
</File>
<File
RelativePath="..\..\src\fmt\time.c">
</File>
@ -475,7 +478,7 @@
RelativePath="..\..\src\sa\ntop.c">
</File>
<File
RelativePath="..\..\src\sa\print.c">
RelativePath="..\..\src\sa\printaddr.c">
</File>
<File
RelativePath="..\..\src\sa\pton.c">

View file

@ -5,6 +5,6 @@
#
SRCS += sa/ntop.c
SRCS += sa/print.c
SRCS += sa/printaddr.c
SRCS += sa/pton.c
SRCS += sa/sa.c

View file

@ -1,5 +1,5 @@
/**
* @file sa/print.c Socket Address printing
* @file sa/printaddr.c Socket Address printing
*
* Copyright (C) 2010 Creytiv.com
*/