Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netipsec remove redundant declaration
details: https://anonhg.NetBSD.org/src/rev/69cefa5d9be4
branches: trunk
changeset: 765025:69cefa5d9be4
user: drochner <drochner%NetBSD.org@localhost>
date: Mon May 16 10:05:23 2011 +0000
description:
remove redundant declaration
diffstat:
sys/netipsec/ipsec_mbuf.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 728033955309 -r 69cefa5d9be4 sys/netipsec/ipsec_mbuf.c
--- a/sys/netipsec/ipsec_mbuf.c Mon May 16 10:04:02 2011 +0000
+++ b/sys/netipsec/ipsec_mbuf.c Mon May 16 10:05:23 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ipsec_mbuf.c,v 1.11 2008/04/23 06:09:05 thorpej Exp $ */
+/* $NetBSD: ipsec_mbuf.c,v 1.12 2011/05/16 10:05:23 drochner Exp $ */
/*-
* Copyright (c) 2002, 2003 Sam Leffler, Errno Consulting
* All rights reserved.
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ipsec_mbuf.c,v 1.11 2008/04/23 06:09:05 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ipsec_mbuf.c,v 1.12 2011/05/16 10:05:23 drochner Exp $");
/*
* IPsec-specific mbuf routines.
@@ -53,8 +53,6 @@
#include <netipsec/ipsec_osdep.h>
#include <net/net_osdep.h>
-extern struct mbuf *m_getptr(struct mbuf *, int, int *);
-
/*
* Create a writable copy of the mbuf chain. While doing this
* we compact the chain with a goal of producing a chain with
Home |
Main Index |
Thread Index |
Old Index