summaryrefslogtreecommitdiffstats
path: root/lib/libutil/login_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libutil/login_auth.c')
-rw-r--r--lib/libutil/login_auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/login_auth.c b/lib/libutil/login_auth.c
index 1bd6c13..b0c617c3 100644
--- a/lib/libutil/login_auth.c
+++ b/lib/libutil/login_auth.c
@@ -25,7 +25,7 @@
*
* Low-level routines relating to the user capabilities database
*
- * $Id: login_auth.c,v 1.7 1997/05/10 18:55:37 davidn Exp $
+ * $Id: login_auth.c,v 1.8 1997/07/19 04:47:05 davidn Exp $
*/
#include <sys/types.h>
@@ -393,7 +393,7 @@ auth_mkvalue(const char *value)
}
}
*p = '\0';
- big = realloc(big, strlen(big) + 1);
+ big = reallocf(big, strlen(big) + 1);
}
return big;
}
OpenPOWER on IntegriCloud