Salvage the better comment appeared in rev 1.51 but gone in 1.53.

This commit is contained in:
enami 2000-03-01 03:21:56 +00:00
parent 908f6bc4cd
commit eb6c30723e
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ifconfig.c,v 1.68 2000/02/18 08:14:26 itojun Exp $ */
/* $NetBSD: ifconfig.c,v 1.69 2000/03/01 03:21:56 enami Exp $ */
/*-
* Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc.
@ -80,7 +80,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\
#if 0
static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94";
#else
__RCSID("$NetBSD: ifconfig.c,v 1.68 2000/02/18 08:14:26 itojun Exp $");
__RCSID("$NetBSD: ifconfig.c,v 1.69 2000/03/01 03:21:56 enami Exp $");
#endif
#endif /* not lint */
@ -463,7 +463,7 @@ main(argc, argv)
exit(0);
}
/* following operations assume inet familiy as default */
/* The following operations assume inet family as the default. */
if (afp == NULL)
afp = afs;
af = ifr.ifr_addr.sa_family = afp->af_af;