Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netipsec Don't use C++ keyword new
details: https://anonhg.NetBSD.org/src/rev/c3c3a1e6adbf
branches: trunk
changeset: 332058:c3c3a1e6adbf
user: matt <matt%NetBSD.org@localhost>
date: Fri Sep 05 09:26:44 2014 +0000
description:
Don't use C++ keyword new
diffstat:
sys/netipsec/ipsec.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 723616652002 -r c3c3a1e6adbf sys/netipsec/ipsec.h
--- a/sys/netipsec/ipsec.h Fri Sep 05 09:26:16 2014 +0000
+++ b/sys/netipsec/ipsec.h Fri Sep 05 09:26:44 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ipsec.h,v 1.35 2014/05/30 01:39:03 christos Exp $ */
+/* $NetBSD: ipsec.h,v 1.36 2014/09/05 09:26:44 matt Exp $ */
/* $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sys/netipsec/ipsec.h,v 1.2.4.2 2004/02/14 22:23:23 bms Exp $ */
/* $KAME: ipsec.h,v 1.53 2001/11/20 08:32:38 itojun Exp $ */
@@ -274,8 +274,8 @@
static __inline int
ipsec_copy_pcbpolicy(
- struct inpcbpolicy *old,
- struct inpcbpolicy *new
+ struct inpcbpolicy *oldp,
+ struct inpcbpolicy *newp
)
{
/*XXX do nothing */
- Prev by Date:
[src/trunk]: src/sys Try not to use f_data, use f_{vnode, socket, pipe, mqueue, k...
- Next by Date:
[src/trunk]: src/sys/miscfs/fdesc The comment about toxicity was correct, res...
- Previous by Thread:
[src/trunk]: src/sys Try not to use f_data, use f_{vnode, socket, pipe, mqueue, k...
- Next by Thread:
[src/trunk]: src/sys/miscfs/fdesc The comment about toxicity was correct, res...
- Indexes:
Home |
Main Index |
Thread Index |
Old Index