diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-25 09:58:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-25 09:58:34 +0200 |
commit | a42b7f9cbf9b6c3f4a2b7fe2ff718e02ae15071f (patch) | |
tree | e8c1bf3e17956d0ca35561d9d20d636ed0634486 /package/openafs/patches/patch-src_comerr_internal_h | |
parent | dfa47f6ed121abcbc3d9974601fc30fbadf7c716 (diff) | |
parent | cd47bd9a54844eb6b3184390bb90927395066043 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openafs/patches/patch-src_comerr_internal_h')
-rw-r--r-- | package/openafs/patches/patch-src_comerr_internal_h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/openafs/patches/patch-src_comerr_internal_h b/package/openafs/patches/patch-src_comerr_internal_h new file mode 100644 index 000000000..d561fcdcb --- /dev/null +++ b/package/openafs/patches/patch-src_comerr_internal_h @@ -0,0 +1,8 @@ +--- openafs-1.6.5.orig/src/comerr/internal.h 2013-07-18 00:10:42.000000000 +0200 ++++ openafs-1.6.5/src/comerr/internal.h 2013-09-09 05:30:55.256494342 +0200 +@@ -9,3 +9,5 @@ + + extern void yyerror(const char *s); + extern char *xmalloc(unsigned int size); ++extern char *lcstring(char *d, char *s, int n); ++ |