Deleted Added
full compact
pidfile_test.c (269904) pidfile_test.c (270724)
1/*-
2 * Copyright (c) 2007-2009 Dag-Erling Co��dan Sm��rgrav
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

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

21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 */
27
28#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2007-2009 Dag-Erling Co��dan Sm��rgrav
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

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

21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 */
27
28#include <sys/cdefs.h>
29__FBSDID("$FreeBSD: head/lib/libutil/tests/pidfile_test.c 269904 2014-08-13 04:56:27Z ngie $");
29__FBSDID("$FreeBSD: stable/10/lib/libutil/tests/pidfile_test.c 269904 2014-08-13 04:56:27Z ngie $");
30
31#include <sys/param.h>
32#include <sys/wait.h>
33
34#include <fcntl.h>
35#include <errno.h>
36#include <signal.h>
37#include <stdint.h>

--- 243 unchanged lines hidden ---
30
31#include <sys/param.h>
32#include <sys/wait.h>
33
34#include <fcntl.h>
35#include <errno.h>
36#include <signal.h>
37#include <stdint.h>

--- 243 unchanged lines hidden ---