Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net splimp -> splnet



details:   https://anonhg.NetBSD.org/src/rev/13c82c61216f
branches:  trunk
changeset: 508509:13c82c61216f
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Apr 12 17:53:48 2001 +0000

description:
splimp -> splnet

diffstat:

 sys/net/if_gre.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7c33478b8c82 -r 13c82c61216f sys/net/if_gre.c
--- a/sys/net/if_gre.c  Thu Apr 12 14:10:05 2001 +0000
+++ b/sys/net/if_gre.c  Thu Apr 12 17:53:48 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_gre.c,v 1.17 2001/02/20 07:58:17 itojun Exp $ */
+/*     $NetBSD: if_gre.c,v 1.18 2001/04/12 17:53:48 thorpej Exp $ */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -359,7 +359,7 @@
 
        error = 0;
 
-       s = splimp();
+       s = splnet();
        switch(cmd) {
        case SIOCSIFADDR:               
        case SIOCSIFDSTADDR:    



Home | Main Index | Thread Index | Old Index