diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:42 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:42 +0000 |
| commit | 1d386b48a555f61cb7325543adbbb5c3f3407a66 (patch) | |
| tree | 41d64d08ce7d297d1b71e6b8a1da8fe8656fb938 /libexec/flua | |
| parent | 685dc743dc3b5645e34836464128e1c0558b404b (diff) | |
Diffstat (limited to 'libexec/flua')
| -rw-r--r-- | libexec/flua/modules/lfs.c | 2 | ||||
| -rw-r--r-- | libexec/flua/modules/lposix.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/libexec/flua/modules/lfs.c b/libexec/flua/modules/lfs.c index e36c78d3b35b..8cb8d6fc9fed 100644 --- a/libexec/flua/modules/lfs.c +++ b/libexec/flua/modules/lfs.c @@ -50,8 +50,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _STANDALONE #include <sys/stat.h> #include <dirent.h> diff --git a/libexec/flua/modules/lposix.c b/libexec/flua/modules/lposix.c index 22df27ff2971..5b6e80a0309f 100644 --- a/libexec/flua/modules/lposix.c +++ b/libexec/flua/modules/lposix.c @@ -25,8 +25,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/stat.h> #include <errno.h> |
