projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f686d03
)
Solaris has strlcpy() at least since version 8
author
Dennis Stosberg
<dennis@stosberg.net>
Tue, 15 Aug 2006 09:01:20 +0000
(11:01 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 15 Aug 2006 09:57:24 +0000
(
02:57
-0700)
See http://docs.sun.com/app/docs/doc/816-3321/6m9k23sjk?a=view
Signed-off-by: Dennis Stosberg <dennis@stosberg.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index b363f50d4841149ebe6116275011590cf522fac3..b86de761ff20d62578f7e397abaf440a2f576eae 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-327,7
+327,6
@@
ifeq ($(uname_S),SunOS)
NEEDS_NSL = YesPlease
SHELL_PATH = /bin/bash
NO_STRCASESTR = YesPlease
- NO_STRLCPY = YesPlease
ifeq ($(uname_R),5.8)
NEEDS_LIBICONV = YesPlease
NO_UNSETENV = YesPlease