summaryrefslogtreecommitdiff
path: root/usr/src/head/bhyve.h
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2020-05-26 13:57:13 +0000
committerJohn Levon <john.levon@joyent.com>2020-05-26 13:57:13 +0000
commit5b2acc0949194447bba6e45a0fa44d0b5f42f208 (patch)
tree7ea9eb87bc68fee386dd39035ce715e87a0e673c /usr/src/head/bhyve.h
parent8ca018083101bf1cb175869679bc123187fb1bab (diff)
parent2a1277d3064386cd5c4e372301007aa330bf1d5e (diff)
downloadillumos-joyent-gcc9.tar.gz
mergegcc9
Diffstat (limited to 'usr/src/head/bhyve.h')
-rw-r--r--usr/src/head/bhyve.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/usr/src/head/bhyve.h b/usr/src/head/bhyve.h
deleted file mode 100644
index 8c79ca1ccc..0000000000
--- a/usr/src/head/bhyve.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * COPYRIGHT 2013 Pluribus Networks Inc.
- *
- * All rights reserved. This copyright notice is Copyright Management
- * Information under 17 USC 1202 and is included to protect this work and
- * deter copyright infringement. Removal or alteration of this Copyright
- * Management Information without the express written permission from
- * Pluribus Networks Inc is prohibited, and any such unauthorized removal
- * or alteration will be a violation of federal law.
- */
-#ifndef _BHYVE_H
-#define _BHYVE_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#define BHYVE_TMPDIR "/var/run/bhyve"
-#define BHYVE_CONS_SOCKPATH BHYVE_TMPDIR "/%s.console_sock"
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* _BHYVE_H */