patch-src_compat_hsearch_r_c 590 B

123456789101112131415
  1. * added idea/patch from https://github.com/rofl0r/sabotage
  2. and https://bitbucket.org/GregorR/musl-pkgsrc-patches
  3. --- alsa-lib-1.0.27.2.orig/src/compat/hsearch_r.c 2013-07-08 14:31:36.000000000 +0200
  4. +++ alsa-lib-1.0.27.2/src/compat/hsearch_r.c 2013-09-17 18:14:02.000000000 +0200
  5. @@ -1,3 +1,4 @@
  6. +#if 0
  7. /* Copyright (C) 1993, 1995, 1996, 1997 Free Software Foundation, Inc.
  8. This file is part of the GNU C Library.
  9. Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1993.
  10. @@ -234,3 +235,4 @@ hsearch_r (item, action, retval, htab)
  11. *retval = NULL;
  12. return 0;
  13. }
  14. +#endif