Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/net Remove redundant assignment
details: https://anonhg.NetBSD.org/src/rev/3a8a7fa86cf0
branches: pgoyette-compat
changeset: 320968:3a8a7fa86cf0
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Wed Mar 07 08:56:44 2018 +0000
description:
Remove redundant assignment
diffstat:
sys/net/if.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 6bf104677991 -r 3a8a7fa86cf0 sys/net/if.c
--- a/sys/net/if.c Tue Mar 06 23:49:45 2018 +0000
+++ b/sys/net/if.c Wed Mar 07 08:56:44 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if.c,v 1.419.2.2 2018/03/06 23:46:14 pgoyette Exp $ */
+/* $NetBSD: if.c,v 1.419.2.3 2018/03/07 08:56:44 pgoyette Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001, 2008 The NetBSD Foundation, Inc.
@@ -90,7 +90,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.419.2.2 2018/03/06 23:46:14 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.419.2.3 2018/03/07 08:56:44 pgoyette Exp $");
#if defined(_KERNEL_OPT)
#include "opt_inet.h"
@@ -265,8 +265,6 @@
void (*vec_compat_ifreqo2n)(struct oifreq *, struct ifreq *) =
stub_compat_ifreqo2n;
-int (*vec_compat_ifconf)(u_long, void *) = stub_compat_ifconf;
-
int stub_compat_ifconf(u_long, void *);
int (*vec_compat_ifconf)(u_long, void *) = stub_compat_ifconf;
Home |
Main Index |
Thread Index |
Old Index