Module Name: src Committed By: christos Date: Sat Jan 25 21:10:29 UTC 2014
Modified Files: src/sys/net: if.h Log Message: add a lint comment To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160 src/sys/net/if.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/net/if.h diff -u src/sys/net/if.h:1.159 src/sys/net/if.h:1.160 --- src/sys/net/if.h:1.159 Mon Oct 28 17:38:01 2013 +++ src/sys/net/if.h Sat Jan 25 16:10:29 2014 @@ -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 @@ struct ifreq { #define ifreq_getbroadaddr ifreq_getaddr static inline const struct sockaddr * +/*ARGSUSED*/ ifreq_getaddr(u_long cmd, const struct ifreq *ifr) { return &ifr->ifr_addr;