diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-10 21:29:12 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-10 21:29:12 +0000 |
| commit | 16dbc7f228758b92c71bfe2d0e67e741df88e92d (patch) | |
| tree | 0247022f69e25b0a04adf33d00fbf45b920e570f /sys/compat/linux/linux_misc.c | |
| parent | 11f0fab4fa1cbc29f61da61042d873413bc18b0b (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_misc.c')
| -rw-r--r-- | sys/compat/linux/linux_misc.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index ab0abec51ab8..cf113ea236df 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -24,10 +24,11 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "opt_mac.h" #include <sys/param.h> |
