diff options
| author | Steve Price <steve@FreeBSD.org> | 2000-05-28 03:55:27 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 2000-05-28 03:55:27 +0000 |
| commit | 5fabe928e36e49137e426d48b46554923e4d415a (patch) | |
| tree | b8487c81a4d197a87beaa8e39878c688993170a1 /math/pspp/files/patch-ad | |
| parent | Update to version 1.8g. The previous version was actually 1.8 and not 2.1. (diff) | |
s/tilde_expand/my_tilde_expand/g to avoid naming conflicts with the
same function in the readline library.
Diffstat (limited to 'math/pspp/files/patch-ad')
| -rw-r--r-- | math/pspp/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/pspp/files/patch-ad b/math/pspp/files/patch-ad new file mode 100644 index 000000000000..df29111f8707 --- /dev/null +++ b/math/pspp/files/patch-ad @@ -0,0 +1,11 @@ +--- src/filename.h.orig Sat May 27 18:55:01 2000 ++++ src/filename.h Sat May 27 18:56:43 2000 +@@ -31,7 +31,7 @@ + const char *getenv_default (const char *key, const char *def); + char *interp_vars (const char *, const char *(*)(const char *)); + +-char *tilde_expand (const char *); ++char *my_tilde_expand (const char *); + char *search_path (const char *name, const char *path, const char *prepend); + + char *gnu_getcwd (void); |
