From 137ba6a2385b32d5d9884b675796cb1f79f233c9 Mon Sep 17 00:00:00 2001 From: jkim Date: Mon, 18 Aug 2008 18:59:33 +0000 Subject: - Make these files compilable on user land. - Update copyrights and fix style(9). --- sys/net/bpf_jitter.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/net/bpf_jitter.h') diff --git a/sys/net/bpf_jitter.h b/sys/net/bpf_jitter.h index 9eed2c9..bba33a4 100644 --- a/sys/net/bpf_jitter.h +++ b/sys/net/bpf_jitter.h @@ -1,6 +1,6 @@ /*- - * Copyright (c) 2002 - 2003 NetGroup, Politecnico di Torino (Italy) - * Copyright (c) 2005 Jung-uk Kim + * Copyright (C) 2002-2003 NetGroup, Politecnico di Torino (Italy) + * Copyright (C) 2005-2008 Jung-uk Kim * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +34,9 @@ #ifndef _NET_BPF_JITTER_H_ #define _NET_BPF_JITTER_H_ +#ifdef _KERNEL MALLOC_DECLARE(M_BPFJIT); +#endif extern int bpf_jitter_enable; -- cgit v1.1