You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Senthil Kumaran Shanmuga Sundram <se...@collab.net> on 2007/12/01 17:11:33 UTC

[PATCH] Fix compiler warning of implicit declaration of function

Hi,

I am attaching a patch along with this email in order to fix the compiler 
warning of implicit declaration of function, due to the lack of "svn_path.h"
header file.

[[[
Fix compiler warning of implicit declaration of function
 
  * subversion/libsvn_ra/util.c
    (): include svn_path.h

Patch by: Senthil Kumaran <se...@collab.net>
]]]

Thank You.

--
Senthil Kumaran S
http://www.stylesen.org/

RE: [PATCH] Fix compiler warning of implicit declaration of function

Posted by Senthil Kumaran Shanmuga Sundram <se...@collab.net>.

On Sat, 01 Dec 2007, Daniel Rall wrote:

>     <---
>
> Left justify.
> Use committer handle (stylesen).
> Also, group the includes of public header files together.

Dan, I shall make a note of these and act accordingly in future :)

Thank You.

--
Senthil Kumaran S
http://www.stylesen.org/

Re: [PATCH] Fix compiler warning of implicit declaration of function

Posted by Daniel Rall <dl...@collab.net>.
On Sat, 01 Dec 2007, Senthil Kumaran Shanmuga Sundram wrote:

> 
> Hi,
> 
> I am attaching a patch along with this email in order to fix the compiler 
> warning of implicit declaration of function, due to the lack of "svn_path.h"
> header file.
> 
> [[[
> Fix compiler warning of implicit declaration of function
>  
>   * subversion/libsvn_ra/util.c
>     (): include svn_path.h
 
    <---

Left justify.

> Patch by: Senthil Kumaran <se...@collab.net>

Use committer handle (stylesen).

> ]]]
 
Also, group the includes of public header files together.

> Thank You.

Thanks Senthil!  Committed in r28182.
-- 

Daniel Rall