summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/kgdb/remote-sl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/kgdb/remote-sl.c')
-rw-r--r--gnu/usr.bin/kgdb/remote-sl.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/usr.bin/kgdb/remote-sl.c b/gnu/usr.bin/kgdb/remote-sl.c
new file mode 100644
index 0000000000000..4c72197f1ae10
--- /dev/null
+++ b/gnu/usr.bin/kgdb/remote-sl.c
@@ -0,0 +1,10 @@
+/*
+ * The binary remote protocol is still under development at LBL;
+ * the current version can't be released.
+ * Sorry, folks...
+ */
+int
+sl_open()
+{
+ return -1;
+}