Rename strlcpy to ovs_strlcpy.
authorJustin Pettit <jpettit@nicira.com>
Mon, 11 May 2009 23:01:14 +0000 (16:01 -0700)
committerJustin Pettit <jpettit@nicira.com>
Mon, 11 May 2009 23:01:14 +0000 (16:01 -0700)
commit8340b98dea45b5355d291064aa8673ddd1515173
tree3c86fb0e2e97e0cbe396f7beae27be04eeb69a09
parente10113bb3fc49e29cb8c142f0d2e75ef962b813b
Rename strlcpy to ovs_strlcpy.

If strlpy is not defined on the build system, we build our own and added
it to the OpenVSwitch library.  Unfortunately, programs that link
against the library may do the same thing, and there will be a name
conflict.  This renames our implementation to prevent these linking errors.
lib/dpif.c
lib/util.c
lib/util.h
lib/vlog.c
m4/libopenvswitch.m4