386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 10 May 1991 06:35:27 +0000 (22:35 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 10 May 1991 06:35:27 +0000 (22:35 -0800)
Work on file usr/src/usr.bin/gdb/remote-sl.c

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1

usr/src/usr.bin/gdb/remote-sl.c [new file with mode: 0644]

diff --git a/usr/src/usr.bin/gdb/remote-sl.c b/usr/src/usr.bin/gdb/remote-sl.c
new file mode 100644 (file)
index 0000000..4c72197
--- /dev/null
@@ -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;
+}