diff options
author | imp <imp@FreeBSD.org> | 2000-11-12 21:43:52 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-11-12 21:43:52 +0000 |
commit | 30f008485420534e735e4d15741e50a7f962546d (patch) | |
tree | 254ae6e825a0696a880474fac6b2e9deda0cbfda /sys/dev/ray/if_rayvar.h | |
parent | 615c8b9aa916910b2dc522c48565398dab597bc8 (diff) | |
download | FreeBSD-src-30f008485420534e735e4d15741e50a7f962546d.zip FreeBSD-src-30f008485420534e735e4d15741e50a7f962546d.tar.gz |
Changes necessary to make this work.
The prior version in the tree was repo-copied from Duncan Barclay's
cvs tree.
Also add $FreeBSD$
Submitted by: Duncan Barclay
Committed-via: raylan link with two webgear cards.
Diffstat (limited to 'sys/dev/ray/if_rayvar.h')
-rw-r--r-- | sys/dev/ray/if_rayvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ray/if_rayvar.h b/sys/dev/ray/if_rayvar.h index 5c93444..d366918 100644 --- a/sys/dev/ray/if_rayvar.h +++ b/sys/dev/ray/if_rayvar.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_rayvar.h,v 1.4 2000/05/21 20:43:24 dmlb Exp $ + * $FreeBSD$ * */ @@ -307,4 +307,4 @@ static int mib_info[RAY_MIB_MAX+1][3] = RAY_MIB_INFO; #define RAY_MAP_CM(sc) ray_attr_mapcm(sc) #else #define RAY_MAP_CM(sc) -#endif /* RAY_NEED_CM_REMAPPING */
\ No newline at end of file +#endif /* RAY_NEED_CM_REMAPPING */ |