diff options
Diffstat (limited to 'asroot.c')
-rw-r--r-- | asroot.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -237,7 +237,7 @@ check_password(void) for (;;) { hostname = realloc(hostname, size *= 2); if (!hostname) { - fprintf(stderr, "%s: realloc1 %zu: %s\n", argv0, size, strerror(errno)); + fprintf(stderr, "%s: realloc %zu: %s\n", argv0, size, strerror(errno)); } *hostname = 0; if (!gethostname(hostname, size)) { |