force null commit to skip over rev 1.25 so there's less cvs trouble

This commit is contained in:
Peter Wemm 1997-05-04 06:00:27 +00:00
parent 2f41752dd4
commit fa738d1534
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25448

View File

@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94";
*/
static const char rcsid[] =
"$Id$";
"$Id: ifconfig.c,v 1.24 1997/02/22 14:32:33 peter Exp $";
#endif /* not lint */
#include <sys/param.h>