Embed revision id in the library.

MFC after:	29 days
This commit is contained in:
Mikolaj Golub 2013-04-21 17:10:10 +00:00
parent b0b88fe82d
commit b03e2d7729
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249731

View file

@ -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/elf.h>
#include <sys/exec.h>