diff options
Diffstat (limited to 'sys/boot/common/isapnp.c')
-rw-r--r-- | sys/boot/common/isapnp.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/boot/common/isapnp.c b/sys/boot/common/isapnp.c index 0c5646d..a8efb28 100644 --- a/sys/boot/common/isapnp.c +++ b/sys/boot/common/isapnp.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1998, Michael Smith * Copyright (c) 1996, Sujal M. Patel * All rights reserved. @@ -23,10 +23,11 @@ * 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$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* * Machine-independant ISA PnP enumerator implementing a subset of the * ISA PnP specification. |