Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netnatm fix pasto in function name should be natm_stat i...
details: https://anonhg.NetBSD.org/src/rev/094a459b1fb1
branches: trunk
changeset: 330362:094a459b1fb1
user: rtr <rtr%NetBSD.org@localhost>
date: Sun Jul 06 15:09:38 2014 +0000
description:
fix pasto in function name should be natm_stat instead of natm_ioctl
diffstat:
sys/netnatm/natm.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 95d9b5373fbe -r 094a459b1fb1 sys/netnatm/natm.c
--- a/sys/netnatm/natm.c Sun Jul 06 14:41:24 2014 +0000
+++ b/sys/netnatm/natm.c Sun Jul 06 15:09:38 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: natm.c,v 1.30 2014/07/06 03:33:33 rtr Exp $ */
+/* $NetBSD: natm.c,v 1.31 2014/07/06 15:09:38 rtr Exp $ */
/*
* Copyright (c) 1996 Charles D. Cranor and Washington University.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: natm.c,v 1.30 2014/07/06 03:33:33 rtr Exp $");
+__KERNEL_RCSID(0, "$NetBSD: natm.c,v 1.31 2014/07/06 15:09:38 rtr Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -132,7 +132,7 @@
}
static int
-natm_ioctl(struct socket *so, struct stat *ub)
+natm_stat(struct socket *so, struct stat *ub)
{
struct natmpcb *npcb;
Home |
Main Index |
Thread Index |
Old Index