Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/net Declare it correctly
details: https://anonhg.NetBSD.org/src/rev/6bf104677991
branches: pgoyette-compat
changeset: 320967:6bf104677991
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Mar 06 23:49:45 2018 +0000
description:
Declare it correctly
diffstat:
sys/net/if.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 56c375f38263 -r 6bf104677991 sys/net/if.h
--- a/sys/net/if.h Tue Mar 06 23:48:34 2018 +0000
+++ b/sys/net/if.h Tue Mar 06 23:49:45 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if.h,v 1.258.2.6 2018/03/06 23:48:34 pgoyette Exp $ */
+/* $NetBSD: if.h,v 1.258.2.7 2018/03/06 23:49:45 pgoyette Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -1339,7 +1339,7 @@
extern int (*vec_compat_ifdatareq)(struct lwp *, u_long, void *);
extern void (*vec_compat_ifreqo2n)(struct oifreq *, struct ifreq *);
-extern int vec_compat_ifconf(u_long, void *);
+extern int (*vec_compat_ifconf)(u_long, void *);
#endif /* _NETBSD_SOURCE */
#endif /* !_NET_IF_H_ */
Home |
Main Index |
Thread Index |
Old Index