summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64/efi
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-04-03 21:36:33 +0000
committerobrien <obrien@FreeBSD.org>2003-04-03 21:36:33 +0000
commit96d4258af94bd2a9eec38eda0969044389c23d91 (patch)
tree6ea4281e59072c649579ced46faa3cd8495197d4 /sys/boot/ia64/efi
parent2ccfc29d0bd77d3321d9bb5d0b1ccb8411160a67 (diff)
downloadFreeBSD-src-96d4258af94bd2a9eec38eda0969044389c23d91.zip
FreeBSD-src-96d4258af94bd2a9eec38eda0969044389c23d91.tar.gz
Use __FBSDID rather than rcsid[].
Diffstat (limited to 'sys/boot/ia64/efi')
-rw-r--r--sys/boot/ia64/efi/conf.c6
-rw-r--r--sys/boot/ia64/efi/main.c6
2 files changed, 4 insertions, 8 deletions
diff --git a/sys/boot/ia64/efi/conf.c b/sys/boot/ia64/efi/conf.c
index 0e5407c..145b16b 100644
--- a/sys/boot/ia64/efi/conf.c
+++ b/sys/boot/ia64/efi/conf.c
@@ -31,10 +31,8 @@
* $NetBSD: conf.c,v 1.2 1997/03/22 09:03:29 thorpej Exp $
*/
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <stand.h>
#include <efi.h>
diff --git a/sys/boot/ia64/efi/main.c b/sys/boot/ia64/efi/main.c
index bc1c044..58b9620 100644
--- a/sys/boot/ia64/efi/main.c
+++ b/sys/boot/ia64/efi/main.c
@@ -25,10 +25,8 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <stand.h>
#include <string.h>
OpenPOWER on IntegriCloud