Skip to content

Commit

Permalink
fix err()
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Jan 3, 2004
1 parent 0155653 commit fd5b280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/kame/rtsold/rtsold.c
@@ -1,4 +1,4 @@
/* $KAME: rtsold.c,v 1.76 2004/01/03 00:06:12 itojun Exp $ */
/* $KAME: rtsold.c,v 1.77 2004/01/03 01:35:13 itojun Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -874,7 +874,7 @@ autoifprobe(void)
argv = a;
argv[n] = strdup(ifa->ifa_name);
if (!argv[n])
err(1, "malloc");
err(1, "strdup");
n++;
argv[n] = NULL;
}
Expand Down

0 comments on commit fd5b280

Please sign in to comment.