diff options
| author | kamil <kamil@NetBSD.org> | 2020-06-14 23:38:25 +0000 |
|---|---|---|
| committer | kamil <kamil@NetBSD.org> | 2020-06-14 23:38:25 +0000 |
| commit | 4f69a28a42e1c48747794253d65bf184c8dd0c8d (patch) | |
| tree | e4b86e38c82a833a15b754c425d5a0e498ce7324 /sys/rump/include | |
| parent | 4fdaf5b0614754c9563a2d7813350e7f24c84b9a (diff) | |
Remove old compat include of rump_syscallshotgun.h
It was separated in 2016 and is no longer needed.
Diffstat (limited to 'sys/rump/include')
| -rw-r--r-- | sys/rump/include/rump/rump.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/rump/include/rump/rump.h b/sys/rump/include/rump/rump.h index 265c2c77453..8da2737f6f7 100644 --- a/sys/rump/include/rump/rump.h +++ b/sys/rump/include/rump/rump.h @@ -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 @@ int rump_daemonize_done(int); } #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_ */ |
