Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/pgoyette-compat]: src/sys/compat/sys Declare the if_50_{init, fini} entry...



details:   https://anonhg.NetBSD.org/src/rev/01a6ffd54d1d
branches:  pgoyette-compat
changeset: 320973:01a6ffd54d1d
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Mar 08 01:37:46 2018 +0000

description:
Declare the if_50_{init,fini} entry points

diffstat:

 sys/compat/sys/sockio.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 019aeaa8dff2 -r 01a6ffd54d1d sys/compat/sys/sockio.h
--- a/sys/compat/sys/sockio.h   Thu Mar 08 01:07:13 2018 +0000
+++ b/sys/compat/sys/sockio.h   Thu Mar 08 01:37:46 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sockio.h,v 1.10 2010/11/14 15:36:47 uebayasi Exp $     */
+/*     $NetBSD: sockio.h,v 1.10.58.1 2018/03/08 01:37:46 pgoyette Exp $        */
 
 /*-
  * Copyright (c) 1982, 1986, 1990, 1993, 1994
@@ -179,6 +179,9 @@
                    (oi)->ifi_lastchange.tv_usec * 1000; \
        } while (/*CONSTCOND*/0)
 #ifdef _KERNEL
+void if_50_init(void);
+void if_50_fini(void);
+
 __BEGIN_DECLS
 int compat_ifconf(u_long, void *);
 int compat_ifdatareq(struct lwp *, u_long, void *);



Home | Main Index | Thread Index | Old Index