Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/compat/netbsd32 Forward declaration of struct ...



details:   https://anonhg.NetBSD.org/src/rev/57eee5e3fc0e
branches:  pgoyette-compat
changeset: 830705:57eee5e3fc0e
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Sep 14 09:21:33 2018 +0000

description:
Forward declaration of struct netbsd32_modctl_args

diffstat:

 sys/compat/netbsd32/netbsd32.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1e7fd3523908 -r 57eee5e3fc0e sys/compat/netbsd32/netbsd32.h
--- a/sys/compat/netbsd32/netbsd32.h    Fri Sep 14 08:53:22 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32.h    Fri Sep 14 09:21:33 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32.h,v 1.116.2.6 2018/09/14 08:53:22 pgoyette Exp $      */
+/*     $NetBSD: netbsd32.h,v 1.116.2.7 2018/09/14 09:21:33 pgoyette Exp $      */
 
 /*
  * Copyright (c) 1998, 2001, 2008, 2015 Matthew R. Green
@@ -1175,6 +1175,7 @@
 
 extern struct sysctlnode netbsd32_sysctl_root;
 
+struct netbsd32_modctl_args;
 extern int (*vec_compat32_80_modctl)(struct lwp *,
     const struct netbsd32_modctl_args *, register_t *);
 



Home | Main Index | Thread Index | Old Index