Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: Peter Postma <peter@netbsd.org>
List: source-changes
Date: 12/05/2004 15:00:47
Module Name: src
Committed By: peter
Date: Sun Dec 5 15:00:47 UTC 2004
Modified Files:
src/sys/net: if_ppp.c if_sl.c if_strip.c
Log Message:
Don't forget to call bpfdetach in the clone destroy function.
While here, add a missing static and change some spaces to tabs.
To generate a diff of this commit:
cvs rdiff -r1.93 -r1.94 src/sys/net/if_ppp.c
cvs rdiff -r1.88 -r1.89 src/sys/net/if_sl.c
cvs rdiff -r1.55 -r1.56 src/sys/net/if_strip.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.