Module Name: src
Committed By: kamil
Date: Tue Dec 19 18:47:59 UTC 2017
Modified Files:
src/sys/sys: trace.h
Log Message:
Deregister TR_VADVISE from sys/sys/trace.h
The (o)vadvise syscall is dummy since the beginning of NetBSD.
Sponsored by <The NetBSD Foundation>
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/sys/trace.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/trace.h
diff -u src/sys/sys/trace.h:1.11 src/sys/sys/trace.h:1.12
--- src/sys/sys/trace.h:1.11 Sun Dec 11 12:25:21 2005
+++ src/sys/sys/trace.h Tue Dec 19 18:47:58 2017
@@ -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); */