diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /mail/popd/files/patch-src__popd.c | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes:
svn path=/head/; revision=363362
Diffstat (limited to 'mail/popd/files/patch-src__popd.c')
-rw-r--r-- | mail/popd/files/patch-src__popd.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/popd/files/patch-src__popd.c b/mail/popd/files/patch-src__popd.c new file mode 100644 index 000000000000..2216463c13a5 --- /dev/null +++ b/mail/popd/files/patch-src__popd.c @@ -0,0 +1,15 @@ +Index: src/popd.c +diff -u -p src/popd.c.orig src/popd.c +--- src/popd.c.orig Fri Jan 24 21:01:25 2003 ++++ src/popd.c Wed Jun 1 09:00:55 2005 +@@ -54,6 +54,10 @@ + #include "signals.h" + #include "proxy.h" + ++#ifndef NI_WITHSCOPEID ++#define NI_WITHSCOPEID 0 ++#endif ++ + /* global variables */ + extern FILE *yyin; + extern int yyparse(void); |