Skip to content

Commit f4e14ca

Browse files
dstosbergJunio C Hamano
authored andcommitted
Solaris has strlcpy() at least since version 8
See http://docs.sun.com/app/docs/doc/816-3321/6m9k23sjk?a=view Signed-off-by: Dennis Stosberg <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f686d03 commit f4e14ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ ifeq ($(uname_S),SunOS)
327327
NEEDS_NSL = YesPlease
328328
SHELL_PATH = /bin/bash
329329
NO_STRCASESTR = YesPlease
330-
NO_STRLCPY = YesPlease
331330
ifeq ($(uname_R),5.8)
332331
NEEDS_LIBICONV = YesPlease
333332
NO_UNSETENV = YesPlease

0 commit comments

Comments
 (0)