Removed function k_strerror, strerror is replaced in libroken.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@524 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -69,7 +69,7 @@ pop_updt (POP *p)
|
||||
if ( k_flock(mfd, K_LOCK_EX) == -1 ) {
|
||||
(void)fclose(md) ;
|
||||
return pop_msg(p,POP_FAILURE, "flock: '%s': %s", p->temp_drop,
|
||||
k_strerror(errno));
|
||||
strerror(errno));
|
||||
}
|
||||
|
||||
/* Go to the right places */
|
||||
|
Reference in New Issue
Block a user