From c706292d9cff148c871dcaccc4d91281334bd464 Mon Sep 17 00:00:00 2001 From: dim Date: Sat, 4 Jan 2014 18:58:18 +0000 Subject: [PATCH] MFC r260042: Remove superfluous old-style rcsid[] from if_my.c. There is already an __FBSDID() at the top of the file. git-svn-id: svn://svn.freebsd.org/base/stable/9@260277 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/dev/my/if_my.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/dev/my/if_my.c b/sys/dev/my/if_my.c index aa9dedbc8..e68ce31f1 100644 --- a/sys/dev/my/if_my.c +++ b/sys/dev/my/if_my.c @@ -80,11 +80,6 @@ static int MY_USEIOSPACE = 1; #include -#ifndef lint -static const char rcsid[] = -"$Id: if_my.c,v 1.16 2003/04/15 06:37:25 mdodd Exp $"; -#endif - /* * Various supported device vendors/types and their names. */ -- 2.45.0