Module Name:    src
Committed By:   drochner
Date:           Mon May 16 10:05:23 UTC 2011

Modified Files:
        src/sys/netipsec: ipsec_mbuf.c

Log Message:
remove redundant declaration


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/netipsec/ipsec_mbuf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/netipsec/ipsec_mbuf.c
diff -u src/sys/netipsec/ipsec_mbuf.c:1.11 src/sys/netipsec/ipsec_mbuf.c:1.12
--- src/sys/netipsec/ipsec_mbuf.c:1.11	Wed Apr 23 06:09:05 2008
+++ src/sys/netipsec/ipsec_mbuf.c	Mon May 16 10:05:23 2011
@@ -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

Reply via email to