Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Deregister TR_VADVISE from sys/sys/trace.h



details:   https://anonhg.NetBSD.org/src/rev/54698466baf5
branches:  trunk
changeset: 828578:54698466baf5
user:      kamil <kamil%NetBSD.org@localhost>
date:      Tue Dec 19 18:47:58 2017 +0000

description:
Deregister TR_VADVISE from sys/sys/trace.h

The (o)vadvise syscall is dummy since the beginning of NetBSD.

Sponsored by <The NetBSD Foundation>

diffstat:

 sys/sys/trace.h |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 7b7bc9e407de -r 54698466baf5 sys/sys/trace.h
--- a/sys/sys/trace.h   Tue Dec 19 18:43:42 2017 +0000
+++ b/sys/sys/trace.h   Tue Dec 19 18:47:58 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trace.h,v 1.11 2005/12/11 12:25:21 christos Exp $      */
+/*     $NetBSD: trace.h,v 1.12 2017/12/19 18:47:58 kamil Exp $ */
 
 /*-
  * Copyright (c) 1982, 1986, 1993
@@ -72,11 +72,6 @@
 #define        TR_SWAPIO       34      /* swap i/o request arrives */
 
 /*
- * System call trace points.
- */
-#define        TR_VADVISE      40      /* vadvise occurred with <arg, pid> */
-
-/*
  * Miscellaneous
  */
 #define        TR_STAMP        45      /* user said vtrace(VTR_STAMP, value); */



Home | Main Index | Thread Index | Old Index