Replace a line matching /^ $/ with one matching /^$/.

Obtained from:	//depot/projects/vimage-commit2/...
This commit is contained in:
Brooks Davis 2008-09-03 20:33:11 +00:00
parent ad34e48415
commit d3c4cf45ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182742

View File

@ -35,7 +35,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/socket.h>
#include <net/if.h>