mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
This contains many small bugfixes and documentation improvements. Sponsored by: The FreeBSD Foundation
10 lines
130 B
C
10 lines
130 B
C
/* $FreeBSD$ */
|
|
|
|
#include <sys/types.h>
|
|
#include <libelftc.h>
|
|
|
|
const char *
|
|
elftc_version(void)
|
|
{
|
|
return "elftoolchain r3769";
|
|
}
|