[gnu.utils.bug] make HP-UX: glob.c patch

barrett%hpisldab@hplabs.hp.com (Dave Barrett) (08/04/89)

*** make-3.54/glob.c	Fri May 26 19:52:14 1989
--- make-hp/glob.c	Thu Aug  3 16:14:35 1989
***************
*** 38,43
  #include <memory.h>
  #include <string.h>
  #define bcopy(s, d, n) ((void) memcpy ((d), (s), (n)))
  
  extern char *memcpy ();
  #else /* not USG */

--- 38,44 -----
  #include <memory.h>
  #include <string.h>
  #define bcopy(s, d, n) ((void) memcpy ((d), (s), (n)))
+ #define	rindex(s, c)	strrchr((s), (c))
  
  extern char *memcpy ();
  #else /* not USG */