Module Name: src
Committed By: pgoyette
Date: Tue Mar 6 23:48:34 UTC 2018
Modified Files:
src/sys/net [pgoyette-compat]: if.h
Log Message:
Declare the compat_ifconf vector, not the stub.
To generate a diff of this commit:
cvs rdiff -u -r1.258.2.5 -r1.258.2.6 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.258.2.5 src/sys/net/if.h:1.258.2.6
--- src/sys/net/if.h:1.258.2.5 Tue Mar 6 23:39:35 2018
+++ src/sys/net/if.h Tue Mar 6 23:48:34 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: if.h,v 1.258.2.5 2018/03/06 23:39:35 pgoyette Exp $ */
+/* $NetBSD: if.h,v 1.258.2.6 2018/03/06 23:48:34 pgoyette Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -1339,7 +1339,7 @@ int sysctl_ifq(int *name, u_int namelen,
extern int (*vec_compat_ifdatareq)(struct lwp *, u_long, void *);
extern void (*vec_compat_ifreqo2n)(struct oifreq *, struct ifreq *);
-extern int stub_compat_ifconf(u_long, void *);
+extern int vec_compat_ifconf(u_long, void *);
#endif /* _NETBSD_SOURCE */
#endif /* !_NET_IF_H_ */