mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Move $FreeBSD$ from comment to __FBSDID().
This commit is contained in:
parent
84dd7338d4
commit
a1c10dcb4c
1 changed files with 3 additions and 2 deletions
|
|
@ -22,10 +22,11 @@
|
|||
* 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$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/bio.h>
|
||||
#include <sys/kernel.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue