patch-rocs_public_rocs_h 366 B

123456789101112131415
  1. $OpenBSD: patch-rocs_public_rocs_h,v 1.1 2017/05/07 23:57:16 espie Exp $
  2. Index: rocs/public/rocs.h
  3. --- rocs/public/rocs.h.orig
  4. +++ rocs/public/rocs.h
  5. @@ -40,7 +40,7 @@
  6. #define _POSIX_SOURCE
  7. #define __EXTENSIONS__
  8. #elif defined __unix__
  9. - #pragma message("--- [Unix] ---")
  10. +/* SHHHH who cares */
  11. #else
  12. #error *** Unsupported Operating System ***
  13. #endif