Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Apply patch from PR kern/44369 by Wolfgang Stukenbrock.
details: https://anonhg.NetBSD.org/src/rev/7b73fb45580e
branches: trunk
changeset: 760705:7b73fb45580e
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Jan 11 10:52:42 2011 +0000
description:
Apply patch from PR kern/44369 by Wolfgang Stukenbrock.
diffstat:
sys/net/raw_usrreq.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 23622f7c8ed1 -r 7b73fb45580e sys/net/raw_usrreq.c
--- a/sys/net/raw_usrreq.c Tue Jan 11 10:51:45 2011 +0000
+++ b/sys/net/raw_usrreq.c Tue Jan 11 10:52:42 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: raw_usrreq.c,v 1.35 2008/05/29 17:26:56 dyoung Exp $ */
+/* $NetBSD: raw_usrreq.c,v 1.36 2011/01/11 10:52:42 pooka Exp $ */
/*
* Copyright (c) 1980, 1986, 1993
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: raw_usrreq.c,v 1.35 2008/05/29 17:26:56 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: raw_usrreq.c,v 1.36 2011/01/11 10:52:42 pooka Exp $");
#include <sys/param.h>
#include <sys/mbuf.h>
@@ -276,7 +276,8 @@
/*
* stat: don't bother with a blocksize.
*/
- return (0);
+ error = 0;
+ break;
/*
* Not supported.
Home |
Main Index |
Thread Index |
Old Index