diff options
author | obrien <obrien@FreeBSD.org> | 2003-06-11 00:34:37 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-06-11 00:34:37 +0000 |
commit | a63f21d7325188771279b9ca662a52a711252047 (patch) | |
tree | 451ddcc4f0244aedbf536a9ca8cb4d6a508a4251 /sys/isa/isa_common.c | |
parent | b1be1caeb25488ce3de7e0750fc868692b21480e (diff) | |
download | FreeBSD-src-a63f21d7325188771279b9ca662a52a711252047.zip FreeBSD-src-a63f21d7325188771279b9ca662a52a711252047.tar.gz |
Use __FBSDID().
Diffstat (limited to 'sys/isa/isa_common.c')
-rw-r--r-- | sys/isa/isa_common.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/isa/isa_common.c b/sys/isa/isa_common.c index eb9623a..3e36a52 100644 --- a/sys/isa/isa_common.c +++ b/sys/isa/isa_common.c @@ -22,8 +22,6 @@ * 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$ */ /* * Modifications for Intel architecture by Garrett A. Wollman. @@ -59,6 +57,9 @@ * Parts of the ISA bus implementation common to all architectures. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> |