~ubuntu-branches/ubuntu/raring/389-ds-base/raring

« back to all changes in this revision

Viewing changes to ldap/servers/slapd/errormap.c

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-02-06 18:06:31 UTC
  • mfrom: (11.1.1 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130206180631-h6ldv3k506hmm46e
Tags: 1.3.0.2-0ubuntu2
debian/*: Fix time stamps due to clock skew (FTBFS).

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
    return( s );
74
74
}
75
75
 
 
76
char *
 
77
slapi_pr_strerror( const int prerrno )
 
78
{
 
79
    return slapd_pr_strerror(prerrno);
 
80
}
76
81
 
77
82
/*
78
83
 * return the string equivalent of a system error
92
97
    return( s );
93
98
}
94
99
 
 
100
const char *
 
101
slapi_system_strerror( const int syserrno )
 
102
{
 
103
    return slapd_system_strerror(syserrno);
 
104
}
95
105
 
96
106
/*
97
107
 * return the string equivalent of an NSPR error.  If "prerrno" is not