libefivar: Standardize #ifndef __FreeBSD__

Standardize preprocessor directives that comment out unused functions
(essentially #if 0).

No functional change intended.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1894
This commit is contained in:
Jose Luis Duran
2025-11-13 16:08:44 +00:00
committed by Warner Losh
parent 0e614a4afe
commit b38f48d336
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -313,7 +313,6 @@ GetNextDeviceNodeStr (
return ReturnStr;
}
#ifndef __FreeBSD__
/**
Return whether the integer string is a hex string.
+1 -2
View File
@@ -175,8 +175,7 @@ typedef struct {
#pragma pack()
#ifdef FreeBSD /* Remove these on FreeBSD */
#ifndef __FreeBSD__ /* Remove these on FreeBSD */
/**
Returns the size of a device path in bytes.