~yolanda.robla/ubuntu/saucy/freeradius/dep-8-tests

« back to all changes in this revision

Viewing changes to src/lib/strlcpy.c

  • Committer: Bazaar Package Importer
  • Author(s): Josip Rodin
  • Date: 2009-11-23 03:57:37 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20091123035737-snauioz5r9tf8sdr
Tags: upstream-2.1.7+dfsg
ImportĀ upstreamĀ versionĀ 2.1.7+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *  strlcpy.c   Copy strings.
3
3
 *
4
 
 *  Version:    $Id: strlcpy.c,v 1.5 2007/04/05 10:52:20 aland Exp $
 
4
 *  Version:    $Id$
5
5
 *
6
6
 */
7
7
 
24
24
 */
25
25
 
26
26
#include <freeradius-devel/ident.h>
27
 
RCSID("$Id: strlcpy.c,v 1.5 2007/04/05 10:52:20 aland Exp $")
 
27
RCSID("$Id$")
28
28
 
29
29
#include <freeradius-devel/autoconf.h>
30
30