Re: diff: fix missing include guard in dev/biovar.h

2018-12-19 Thread Ted Unangst
Jan Klemkow wrote: > I run into double definition problems because of a missing include guard > in dev/biovar.h. The diff below should fix that issue. Where and how? I don't like adding guards blindly because it leads to laziness and eventually the include situation is a giant tangled mess. Each

diff: fix missing include guard in dev/biovar.h

2018-12-19 Thread Jan Klemkow
Hi, I run into double definition problems because of a missing include guard in dev/biovar.h. The diff below should fix that issue. Bye, Jan Index: sys/dev/biovar.h === RCS file: /cvs/src/sys/dev/biovar.h,v retrieving revision