patch-scm_c 448 B

123456789101112131415161718
  1. $OpenBSD: patch-scm_c,v 1.3 2013/12/06 14:29:26 espie Exp $
  2. --- scm.c.orig Mon Oct 18 03:44:40 2010
  3. +++ scm.c Fri Dec 6 15:20:06 2013
  4. @@ -723,6 +723,13 @@ void final_scm(freeall)
  5. # ifndef MSDOS /* DJGPP defines both */
  6. # define SYSTNAME "unix"
  7. # endif
  8. +#else
  9. +# ifdef __unix__
  10. +# define DIRSEP "/"
  11. +# ifndef MSDOS /* DJGPP defines both */
  12. +# define SYSTNAME "unix"
  13. +# endif
  14. +# endif
  15. #endif
  16. #ifdef MWC
  17. # define SYSTNAME "coherent"