aboutsummaryrefslogtreecommitdiff
path: root/stand/liblua
diff options
context:
space:
mode:
Diffstat (limited to 'stand/liblua')
-rw-r--r--stand/liblua/lerrno.c2
-rw-r--r--stand/liblua/lpager.c2
-rw-r--r--stand/liblua/lstd.c2
-rw-r--r--stand/liblua/lutils.c2
4 files changed, 0 insertions, 8 deletions
diff --git a/stand/liblua/lerrno.c b/stand/liblua/lerrno.c
index defa3c73baad..3056e21aa997 100644
--- a/stand/liblua/lerrno.c
+++ b/stand/liblua/lerrno.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#define _WANT_KERNEL_ERRNO 1
#include <errno.h>
diff --git a/stand/liblua/lpager.c b/stand/liblua/lpager.c
index 910931e11d58..7156941eee60 100644
--- a/stand/liblua/lpager.c
+++ b/stand/liblua/lpager.c
@@ -24,8 +24,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <lua.h>
#include "lauxlib.h"
diff --git a/stand/liblua/lstd.c b/stand/liblua/lstd.c
index 12675842f65d..95bf37c70d17 100644
--- a/stand/liblua/lstd.c
+++ b/stand/liblua/lstd.c
@@ -26,8 +26,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include "lstd.h"
#include "math.h"
diff --git a/stand/liblua/lutils.c b/stand/liblua/lutils.c
index 8ae77b523270..d6c9051f9039 100644
--- a/stand/liblua/lutils.c
+++ b/stand/liblua/lutils.c
@@ -26,8 +26,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include "lua.h"