2009-01-21 13:30:16 -05:00
|
|
|
$OpenBSD: patch-scm_c,v 1.2 2009/01/21 18:30:16 kili Exp $
|
|
|
|
--- scm.c.orig Thu Jan 31 02:50:33 2008
|
|
|
|
+++ scm.c Sat Nov 29 15:26:11 2008
|
|
|
|
@@ -721,6 +721,13 @@ void final_scm(freeall)
|
2004-09-15 15:13:34 -04:00
|
|
|
# ifndef MSDOS /* DJGPP defines both */
|
|
|
|
# define SYSTNAME "unix"
|
|
|
|
# endif
|
|
|
|
+#else
|
|
|
|
+# ifdef __unix__
|
|
|
|
+# define DIRSEP "/"
|
|
|
|
+# ifndef MSDOS /* DJGPP defines both */
|
|
|
|
+# define SYSTNAME "unix"
|
|
|
|
+# endif
|
|
|
|
+# endif
|
|
|
|
#endif
|
|
|
|
#ifdef MWC
|
|
|
|
# define SYSTNAME "coherent"
|