Skip to content

Commit

Permalink
Solaris has strlcpy() at least since version 8
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dstosberg authored and Junio C Hamano committed Aug 15, 2006
1 parent f686d03 commit f4e14ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4e14ca

Please sign in to comment.