Revision b2b36073d4c7090c3989c1179354148df5d5354a authored by Konstantin Belousov on 20 February 2010, 12:34:14 UTC, committed by Konstantin Belousov on 20 February 2010, 12:34:14 UTC
Clear the bp pointer when buffer is already brelse()d.

Approved by:	re (bz)
1 parent 6559165
Raw File
Makefile
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

PROG=	time
WARNS?=6

.include <bsd.prog.mk>
back to top