summaryrefslogtreecommitdiff
path: root/lib/libutil/login_auth.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1998-09-16 04:17:47 +0000
committerWarner Losh <imp@FreeBSD.org>1998-09-16 04:17:47 +0000
commite8420087b0ae4a2d0611cd2f6413d150cfc83554 (patch)
tree69de0b126d131ecd617d41b6eba03770319d92e3 /lib/libutil/login_auth.c
parente9363917832d4d492df8463833be0cd952076fa8 (diff)
Notes
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 1bd6c132dd24..b0c617c38ba5 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;
}