diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-04-03 21:36:33 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-04-03 21:36:33 +0000 |
commit | 8368cf8f75949c1d998e41a4b98fc8d6db4332de (patch) | |
tree | 6ea4281e59072c649579ced46faa3cd8495197d4 /sys/pci/if_dc.c | |
parent | 85fcc22cf65a382feb2f9a4e8b37552cff057088 (diff) | |
download | src-8368cf8f75949c1d998e41a4b98fc8d6db4332de.tar.gz src-8368cf8f75949c1d998e41a4b98fc8d6db4332de.zip |
Use __FBSDID rather than rcsid[].
Notes
Notes:
svn path=/head/; revision=113038
Diffstat (limited to 'sys/pci/if_dc.c')
-rw-r--r-- | sys/pci/if_dc.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c index 1fb594c0caa9..240bdba6b4ec 100644 --- a/sys/pci/if_dc.c +++ b/sys/pci/if_dc.c @@ -28,8 +28,6 @@ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. - * - * $FreeBSD$ */ /* @@ -89,6 +87,9 @@ * AX88140A doesn't support internal NWAY. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/sockio.h> @@ -135,11 +136,6 @@ MODULE_DEPEND(dc, miibus, 1, 1, 1); /* "controller miibus0" required. See GENERIC if you get errors here. */ #include "miibus_if.h" -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif - /* * Various supported device vendors/types and their names. */ |