Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/include/rump Remove old compat include of rump_sysc...



details:   https://anonhg.NetBSD.org/src/rev/771ed4b048be
branches:  trunk
changeset: 934636:771ed4b048be
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sun Jun 14 23:38:25 2020 +0000

description:
Remove old compat include of rump_syscallshotgun.h

It was separated in 2016 and is no longer needed.

diffstat:

 sys/rump/include/rump/rump.h |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (21 lines):

diff -r e2254d0d4fdf -r 771ed4b048be sys/rump/include/rump/rump.h
--- a/sys/rump/include/rump/rump.h      Sun Jun 14 23:29:23 2020 +0000
+++ b/sys/rump/include/rump/rump.h      Sun Jun 14 23:38:25 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump.h,v 1.71 2020/06/14 22:12:58 kamil Exp $  */
+/*     $NetBSD: rump.h,v 1.72 2020/06/14 23:38:25 kamil Exp $  */
 
 /*
  * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
@@ -133,11 +133,4 @@
 }
 #endif
 
-/*
- * Include macros prehistorically provided by this header.
- * The inclusion might go away some year.  Include the header directly
- * if you want it to keep working for you.
- */
-#include <rump/rump_syscallshotgun.h>
-
 #endif /* _RUMP_RUMP_H_ */



Home | Main Index | Thread Index | Old Index