summaryrefslogtreecommitdiffstats
path: root/lib/libss/data.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-01-19 21:28:01 +0000
committerwollman <wollman@FreeBSD.org>1995-01-19 21:28:01 +0000
commit314433f416dadb6bcf20776dd2034bcf2e21dda5 (patch)
tree7445c8f9c56a2d4e84a3fe544af631e7aad24836 /lib/libss/data.c
parent0916b5648b6e21b684e10cfba42b81769ea51035 (diff)
downloadFreeBSD-src-314433f416dadb6bcf20776dd2034bcf2e21dda5.zip
FreeBSD-src-314433f416dadb6bcf20776dd2034bcf2e21dda5.tar.gz
MIT SIPB `subsystem' library, needed for `kadmin' and some other MIT programs.
Diffstat (limited to 'lib/libss/data.c')
-rw-r--r--lib/libss/data.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/libss/data.c b/lib/libss/data.c
new file mode 100644
index 0000000..dd6341c
--- /dev/null
+++ b/lib/libss/data.c
@@ -0,0 +1,16 @@
+/*
+ * Copyright 1987, 1988, 1989 Massachusetts Institute of Technology
+ * (Student Information Processing Board)
+ *
+ * For copyright info, see copyright.h.
+ */
+
+#include <stdio.h>
+#include "ss_internal.h"
+#include "copyright.h"
+
+const static char copyright[] =
+ "Copyright 1987, 1988, 1989 by the Massachusetts Institute of Technology";
+
+ss_data **_ss_table = (ss_data **)NULL;
+char *_ss_pager_name = (char *)NULL;
OpenPOWER on IntegriCloud