summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64/ski/bootinfo.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-09-08 09:11:32 +0000
committerobrien <obrien@FreeBSD.org>2003-09-08 09:11:32 +0000
commited9debd5e8dbd4dace3a1f34975cc57717b43fcf (patch)
tree278f70e8f7a17066164be873bd6bfeb1aadf4612 /sys/boot/ia64/ski/bootinfo.c
parenta1e52d797a17e76da87dfc5481cdd0523b6640ec (diff)
downloadFreeBSD-src-ed9debd5e8dbd4dace3a1f34975cc57717b43fcf.zip
FreeBSD-src-ed9debd5e8dbd4dace3a1f34975cc57717b43fcf.tar.gz
Use __FBSDID().
Also some minor style cleanups.
Diffstat (limited to 'sys/boot/ia64/ski/bootinfo.c')
-rw-r--r--sys/boot/ia64/ski/bootinfo.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/boot/ia64/ski/bootinfo.c b/sys/boot/ia64/ski/bootinfo.c
index 404de97..dbc4673 100644
--- a/sys/boot/ia64/ski/bootinfo.c
+++ b/sys/boot/ia64/ski/bootinfo.c
@@ -22,10 +22,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$");
+
#include <stand.h>
#include <string.h>
#include <sys/param.h>
OpenPOWER on IntegriCloud