patch-source_externs_h 487 B

12345678910111213141516171819202122
  1. $OpenBSD: patch-source_externs_h,v 1.1 2017/04/25 15:47:41 espie Exp $
  2. --- source/externs.h.orig Fri Jul 22 03:47:20 1994
  3. +++ source/externs.h Tue Apr 25 17:43:50 2017
  4. @@ -330,7 +330,7 @@ void ident_char(void);
  5. /* io.c */
  6. #ifdef SIGTSTP
  7. -int suspend(void);
  8. +void suspend(int);
  9. #endif
  10. void init_curses(void);
  11. void moriaterm(void);
  12. @@ -842,7 +842,7 @@ void ident_char();
  13. /* io.c */
  14. #ifdef SIGTSTP
  15. -int suspend();
  16. +void suspend();
  17. #endif
  18. void init_curses();
  19. void moriaterm();