Deleted Added
full compact
rwhod.c (258768) rwhod.c (263234)
1/*-
2 * Copyright (c) 1983, 1993 The Regents of the University of California.
3 * Copyright (c) 2013 Mariusz Zaborski <oshogbo@FreeBSD.org>
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

36
37#if 0
38#ifndef lint
39static char sccsid[] = "@(#)rwhod.c 8.1 (Berkeley) 6/6/93";
40#endif /* not lint */
41#endif
42
43#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 1983, 1993 The Regents of the University of California.
3 * Copyright (c) 2013 Mariusz Zaborski <oshogbo@FreeBSD.org>
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

36
37#if 0
38#ifndef lint
39static char sccsid[] = "@(#)rwhod.c 8.1 (Berkeley) 6/6/93";
40#endif /* not lint */
41#endif
42
43#include <sys/cdefs.h>
44__FBSDID("$FreeBSD: head/usr.sbin/rwhod/rwhod.c 258768 2013-11-30 15:08:35Z pjd $");
44__FBSDID("$FreeBSD: head/usr.sbin/rwhod/rwhod.c 263234 2014-03-16 11:04:44Z rwatson $");
45
45
46#include <sys/capability.h>
46#include <sys/capsicum.h>
47#include <sys/param.h>
48#include <sys/socket.h>
49#include <sys/stat.h>
50#include <sys/signal.h>
51#include <sys/ioctl.h>
52#include <sys/sysctl.h>
53#include <sys/procdesc.h>
54#include <sys/wait.h>

--- 728 unchanged lines hidden ---
47#include <sys/param.h>
48#include <sys/socket.h>
49#include <sys/stat.h>
50#include <sys/signal.h>
51#include <sys/ioctl.h>
52#include <sys/sysctl.h>
53#include <sys/procdesc.h>
54#include <sys/wait.h>

--- 728 unchanged lines hidden ---