svn commit: r322936 - head/sys/boot/i386/libi386
Warner Losh
imp at FreeBSD.org
Sat Aug 26 18:30:04 UTC 2017
Author: imp
Date: Sat Aug 26 18:30:03 2017
New Revision: 322936
URL: https://svnweb.freebsd.org/changeset/base/322936
Log:
Remove useless 'static' for an enum definition.
Sponsored by: Netflix
Modified:
head/sys/boot/i386/libi386/biosdisk.c
Modified: head/sys/boot/i386/libi386/biosdisk.c
==============================================================================
--- head/sys/boot/i386/libi386/biosdisk.c Sat Aug 26 18:29:58 2017 (r322935)
+++ head/sys/boot/i386/libi386/biosdisk.c Sat Aug 26 18:30:03 2017 (r322936)
@@ -139,7 +139,7 @@ static int bd_ioctl(struct open_file *f, u_long cmd, v
static int bd_print(int verbose);
#ifdef LOADER_GELI_SUPPORT
-static enum isgeli {
+enum isgeli {
ISGELI_UNKNOWN,
ISGELI_NO,
ISGELI_YES
More information about the svn-src-all
mailing list