patch-wordfuncs_c 272 B

1234567891011121314
  1. $OpenBSD: patch-wordfuncs_c,v 1.1 2017/05/04 20:04:44 espie Exp $
  2. Index: wordfuncs.c
  3. --- wordfuncs.c.orig
  4. +++ wordfuncs.c
  5. @@ -55,6 +55,7 @@ int eliminate (word, subword, remains)
  6. *remloop = '\0';
  7. }
  8. +void
  9. minus_process (word, command)
  10. char *word, *command;
  11. {