Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/03/1999 15:06:36
Module Name: syssrc
Committed By: thorpej
Date: Wed Nov 3 23:06:36 UTC 1999
Modified Files:
syssrc/sys/net: if_media.c if_media.h
Log Message:
Make the ifmedia_entry list a TAILQ. This is pretty much for cosmetics
(media added to tail, so that when e.g. the list is run to print out
what media exist, they appear in-order).
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 syssrc/sys/net/if_media.c
cvs rdiff -r1.14 -r1.15 syssrc/sys/net/if_media.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.