mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
651 B

  1. --- ./button.c.orig 2005-04-10 00:30:30.676719528 +0200
  2. +++ ./button.c 2005-04-10 00:31:05.481428408 +0200
  3. @@ -41,7 +41,7 @@
  4. #include "error.h"
  5. #include "menu.h"
  6. -extern char *malloc();
  7. +/* extern char *malloc(); */
  8. extern void DoSecureKeyboard();
  9. --- ./charproc.c.orig 2005-04-10 00:31:27.290112984 +0200
  10. +++ ./charproc.c 2005-04-10 00:31:49.660712136 +0200
  11. @@ -102,8 +102,8 @@
  12. extern XtAppContext app_con;
  13. extern Widget toplevel;
  14. extern void exit();
  15. -extern char *malloc();
  16. -extern char *realloc();
  17. +/* extern char *malloc(); */
  18. +/* extern char *realloc(); */
  19. extern fd_set Select_mask;
  20. extern fd_set X_mask;
  21. extern fd_set pty_mask;