diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
| commit | dec99dafe5763ba1db6950342aa80a634169c083 (patch) | |
| tree | 1bd9f5a688ac947b00e690c3c69ccb8df203768d /sys/dev/ste | |
| parent | 045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff) | |
Diffstat (limited to 'sys/dev/ste')
| -rw-r--r-- | sys/dev/ste/if_ste.c | 2 | ||||
| -rw-r--r-- | sys/dev/ste/if_stereg.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ste/if_ste.c b/sys/dev/ste/if_ste.c index f616e50b8541..69166b3542fa 100644 --- a/sys/dev/ste/if_ste.c +++ b/sys/dev/ste/if_ste.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ste/if_ste.c,v 1.3.2.10.2.1 2010/12/21 17:09:25 kensmith Exp $"); #ifdef HAVE_KERNEL_OPTION_HEADERS #include "opt_device_polling.h" diff --git a/sys/dev/ste/if_stereg.h b/sys/dev/ste/if_stereg.h index 840e0bfada5f..9288f15e6e36 100644 --- a/sys/dev/ste/if_stereg.h +++ b/sys/dev/ste/if_stereg.h @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ste/if_stereg.h,v 1.1.2.7.4.1 2010/12/21 17:09:25 kensmith Exp $ */ /* |
