Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net add a lint comment
details: https://anonhg.NetBSD.org/src/rev/a745d8bc0704
branches: trunk
changeset: 326329:a745d8bc0704
user: christos <christos%NetBSD.org@localhost>
date: Sat Jan 25 21:10:29 2014 +0000
description:
add a lint comment
diffstat:
sys/net/if.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 483b12d3a730 -r a745d8bc0704 sys/net/if.h
--- a/sys/net/if.h Sat Jan 25 20:12:53 2014 +0000
+++ b/sys/net/if.h Sat Jan 25 21:10:29 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if.h,v 1.159 2013/10/28 21:38:01 christos Exp $ */
+/* $NetBSD: if.h,v 1.160 2014/01/25 21:10:29 christos Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -609,6 +609,7 @@
#define ifreq_getbroadaddr ifreq_getaddr
static inline const struct sockaddr *
+/*ARGSUSED*/
ifreq_getaddr(u_long cmd, const struct ifreq *ifr)
{
return &ifr->ifr_addr;
Home |
Main Index |
Thread Index |
Old Index