Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2016 18:40:27 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r305947 - head/sys/boot/efi/include
Message-ID:  <201609181840.u8IIeR6u047597@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sun Sep 18 18:40:27 2016
New Revision: 305947
URL: https://svnweb.freebsd.org/changeset/base/305947

Log:
  Add comment for the closing guard.
  
  Requested by:	tsoome
  MFC after:	1 week

Modified:
  head/sys/boot/efi/include/efilib.h

Modified: head/sys/boot/efi/include/efilib.h
==============================================================================
--- head/sys/boot/efi/include/efilib.h	Sun Sep 18 18:27:28 2016	(r305946)
+++ head/sys/boot/efi/include/efilib.h	Sun Sep 18 18:40:27 2016	(r305947)
@@ -65,4 +65,4 @@ EFI_STATUS main(int argc, CHAR16 *argv[]
 void exit(EFI_STATUS status);
 void delay(int usecs);
 
-#endif
+#endif	/* _LOADER_EFILIB_H */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609181840.u8IIeR6u047597>