Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/sys Add some XXX comments to remind me to fini...



details:   https://anonhg.NetBSD.org/src/rev/6dabeb70312a
branches:  pgoyette-compat
changeset: 830722:6dabeb70312a
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Sep 18 10:34:08 2018 +0000

description:
Add some XXX comments to remind me to finish the work in these areas

diffstat:

 sys/sys/compat_stub.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r d8156dd71555 -r 6dabeb70312a sys/sys/compat_stub.h
--- a/sys/sys/compat_stub.h     Tue Sep 18 03:32:35 2018 +0000
+++ b/sys/sys/compat_stub.h     Tue Sep 18 10:34:08 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_stub.h,v 1.1.2.25 2018/09/18 03:32:35 pgoyette Exp $        */
+/* $NetBSD: compat_stub.h,v 1.1.2.26 2018/09/18 10:34:08 pgoyette Exp $        */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -135,6 +135,7 @@
 
 /*
  * vnd_30 ioctl compatability
+ * XXX there's some _50 code mixed in
  */
 struct vattr;
 COMPAT_HOOK(compat_vndioctl_30_hook, (u_long, struct lwp *, void *, int,
@@ -142,6 +143,7 @@
 
 /*
  * ieee80211 ioctl compatability
+ * XXX need to review this
  */
 struct ieee80211_ostats;
 struct ieee80211_stats; 



Home | Main Index | Thread Index | Old Index