summaryrefslogtreecommitdiffstats
path: root/lib/libss/ss.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-01-19 22:28:38 +0000
committerwollman <wollman@FreeBSD.org>1995-01-19 22:28:38 +0000
commit5628e49063908f93a30b4ad48e408f81c0217afc (patch)
treeb1741b5e5bcdc2068c246b5e7224b50aedec591b /lib/libss/ss.h
parentece7af0e5603381a40bcf88083647e71ec6b9cb4 (diff)
downloadFreeBSD-src-5628e49063908f93a30b4ad48e408f81c0217afc.zip
FreeBSD-src-5628e49063908f93a30b4ad48e408f81c0217afc.tar.gz
Port to FreeBSD.
Diffstat (limited to 'lib/libss/ss.h')
-rw-r--r--lib/libss/ss.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/libss/ss.h b/lib/libss/ss.h
index ca3197d..a727d8e 100644
--- a/lib/libss/ss.h
+++ b/lib/libss/ss.h
@@ -7,8 +7,16 @@
#ifndef _ss_h
#define _ss_h __FILE__
+#if 0
#include <ss/mit-sipb-copyright.h>
-#include <ss/ss_err.h>
+#endif
+#ifndef IN_MK_CMDS
+# ifdef IN_LIBSS
+# include "ss_err.h"
+# else
+# include <ss/ss_err.h>
+# endif
+#endif
extern int errno;
OpenPOWER on IntegriCloud