Deleted Added
full compact
lfs.c (354833) lfs.c (355345)
1/*-
2 * Copyright (c) 2018 Conrad Meyer <cem@FreeBSD.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 36 unchanged lines hidden (view full) ---

45 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
46 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
47 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
48 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
49 * SOFTWARE.
50 */
51
52#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2018 Conrad Meyer <cem@FreeBSD.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 36 unchanged lines hidden (view full) ---

45 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
46 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
47 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
48 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
49 * SOFTWARE.
50 */
51
52#include <sys/cdefs.h>
53__FBSDID("$FreeBSD: head/libexec/flua/modules/lfs.c 354833 2019-11-18 23:21:13Z kevans $");
53__FBSDID("$FreeBSD: stable/11/libexec/flua/modules/lfs.c 354833 2019-11-18 23:21:13Z kevans $");
54
55#ifndef _STANDALONE
56#include <sys/stat.h>
57#include <dirent.h>
58#include <errno.h>
59#include <unistd.h>
60#include <stdio.h>
61#include <string.h>

--- 363 unchanged lines hidden ---
54
55#ifndef _STANDALONE
56#include <sys/stat.h>
57#include <dirent.h>
58#include <errno.h>
59#include <unistd.h>
60#include <stdio.h>
61#include <string.h>

--- 363 unchanged lines hidden ---