Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net fix pasto in previous
details: https://anonhg.NetBSD.org/src/rev/bdc997fb67eb
branches: trunk
changeset: 750958:bdc997fb67eb
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Jan 19 23:11:10 2010 +0000
description:
fix pasto in previous
diffstat:
sys/net/bpf_stub.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 3db65d43521a -r bdc997fb67eb sys/net/bpf_stub.c
--- a/sys/net/bpf_stub.c Tue Jan 19 22:58:44 2010 +0000
+++ b/sys/net/bpf_stub.c Tue Jan 19 23:11:10 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bpf_stub.c,v 1.2 2010/01/19 22:33:35 pooka Exp $ */
+/* $NetBSD: bpf_stub.c,v 1.3 2010/01/19 23:11:10 pooka Exp $ */
/*
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -27,8 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bpf_stub.c,v 1.2 2010/01/19 22:33:35 pooka Exp $");
-");
+__KERNEL_RCSID(0, "$NetBSD: bpf_stub.c,v 1.3 2010/01/19 23:11:10 pooka Exp $");
#include <sys/param.h>
#include <sys/mbuf.h>
Home |
Main Index |
Thread Index |
Old Index