diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-11 00:56:59 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-11 00:56:59 +0000 |
commit | 677b542ea243380af64822b30e4ef5f7a6d978ee (patch) | |
tree | ad364cba90f71a140a75adc093d72da422d69b81 /sys/kern/uipc_mbuf2.c | |
parent | 8c9bbf484a5ca7418073642108684d9b0bcd5cfd (diff) |
Use __FBSDID().
Notes
Notes:
svn path=/head/; revision=116182
Diffstat (limited to 'sys/kern/uipc_mbuf2.c')
-rw-r--r-- | sys/kern/uipc_mbuf2.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/kern/uipc_mbuf2.c b/sys/kern/uipc_mbuf2.c index 000bb243db41..215fc68658ca 100644 --- a/sys/kern/uipc_mbuf2.c +++ b/sys/kern/uipc_mbuf2.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* $KAME: uipc_mbuf2.c,v 1.31 2001/11/28 11:08:53 itojun Exp $ */ /* $NetBSD: uipc_mbuf.c,v 1.40 1999/04/01 00:23:25 thorpej Exp $ */ @@ -30,7 +29,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - /* * Copyright (c) 1982, 1986, 1988, 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -66,6 +64,9 @@ * @(#)uipc_mbuf.c 8.4 (Berkeley) 2/14/95 */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /*#define PULLDOWN_DEBUG*/ #include "opt_mac.h" |