patch-help_c 458 B

123456789101112131415161718
  1. $OpenBSD: patch-help_c,v 1.3 2012/03/23 21:08:09 naddy Exp $
  2. --- help.c.orig Sat Jul 12 20:54:34 1997
  3. +++ help.c Fri Mar 23 22:03:21 2012
  4. @@ -1,3 +1,4 @@
  5. +#include <string.h>
  6. #if HAVE_UNISTD_H
  7. # include <unistd.h>
  8. #endif
  9. @@ -10,7 +11,7 @@
  10. #define CS 34
  11. #define HELPDIR "/usr/lib/deco/help/"
  12. -#define LCLHELPDIR "/usr/local/lib/deco/help/"
  13. +#define LCLHELPDIR PREFIX "/share/deco/help/"
  14. struct helptab {
  15. char row;