summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-06-16 05:56:13 +0000
committerobrien <obrien@FreeBSD.org>2001-06-16 05:56:13 +0000
commit7c30b7b21439a8008482710a50a0e7d4c8421782 (patch)
tree97d41cc8f238c825ff987341a0066eb3d2e74f58 /sys/boot
parentb68cbfacca581e0615f8ab88c54e519733fe508c (diff)
downloadFreeBSD-src-7c30b7b21439a8008482710a50a0e7d4c8421782.zip
FreeBSD-src-7c30b7b21439a8008482710a50a0e7d4c8421782.tar.gz
Fix FreeBSD id style.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/efi/libefi/efi_console.c7
-rw-r--r--sys/boot/efi/libefi/libefi.c7
2 files changed, 10 insertions, 4 deletions
diff --git a/sys/boot/efi/libefi/efi_console.c b/sys/boot/efi/libefi/efi_console.c
index 692c57f..e990e33 100644
--- a/sys/boot/efi/libefi/efi_console.c
+++ b/sys/boot/efi/libefi/efi_console.c
@@ -22,10 +22,13 @@
* 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$
*/
+#ifndef lint
+static const char rcsid[] =
+ "$FreeBSD$";
+#endif /* not lint */
+
#include <efi.h>
#include <efilib.h>
diff --git a/sys/boot/efi/libefi/libefi.c b/sys/boot/efi/libefi/libefi.c
index 4a3ff7d..c0bacc8 100644
--- a/sys/boot/efi/libefi/libefi.c
+++ b/sys/boot/efi/libefi/libefi.c
@@ -22,10 +22,13 @@
* 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$
*/
+#ifndef lint
+static const char rcsid[] =
+ "$FreeBSD$";
+#endif /* not lint */
+
#include <efi.h>
#include <efilib.h>
OpenPOWER on IntegriCloud