git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Avoid defining inlinable fn for utilities build
[exim.git]
/
src
/
OS
/
os.h-SunOS5
diff --git
a/src/OS/os.h-SunOS5
b/src/OS/os.h-SunOS5
index f51b009eff093f0714ddac1ab0c5b03784beb02d..dfbd8f1afb8b0bb0eec367a9b12cba21a03cb9b5 100644
(file)
--- a/
src/OS/os.h-SunOS5
+++ b/
src/OS/os.h-SunOS5
@@
-48,6
+48,4
@@
a buffer */
# define MAX(a,b) (((a)>(b))?(a):(b))
#endif
-extern char * strndup(const char *, size_t);
-
/* End */