1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

Back out previous commit - it was not well thought out.

Clue beaten in by:	ume
Pointy hat to:		sobomax
This commit is contained in:
Maxim Sobolev 2002-10-31 13:05:56 +00:00
parent abb69175f8
commit 1acb5329c8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106250

View File

@ -92,7 +92,7 @@ __FBSDID("$FreeBSD$");
DB *db;
time_t now;
int entries, gflag, lflag, mflag, pplan, sflag, oflag, Tflag;
sa_family_t family = AF_INET;
sa_family_t family = PF_UNSPEC;
int d_first = -1;
char tbuf[1024];