zsh-users
 help / color / mirror / code / Atom feed
* inet_{a,p}ton prototypes in Src/Modules/zftp.pro
@ 2001-05-06 17:45 Paul Ackersviller
  2001-05-07  0:03 ` Bart Schaefer
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Paul Ackersviller @ 2001-05-06 17:45 UTC (permalink / raw)
  To: zsh-users

I just tried building zsh on Solaris 7 from the latest source off of CVS.
Sun's compiler doesn't like inet_aton and inet_pton being declared as static.
Here are the errors:

"./zftp.pro", line 4: identifier redeclared: inet_aton
        current : static function(pointer to const char, pointer to struct in_addr {union {..} S_un}) returning int
        previous: function(pointer to const char, pointer to struct in_addr {union {..} S_un}) returning int : "/usr/include/arpa/inet.h", line 52
"./zftp.pro", line 6: identifier redeclared: inet_pton
        current : static function(int, pointer to const char, pointer to void) returning int
        previous: function(int, pointer to const char, pointer to void) returning int : "/usr/include/arpa/inet.h", line 54

-- 
Paul Ackersviller


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2001-05-10  3:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-06 17:45 inet_{a,p}ton prototypes in Src/Modules/zftp.pro Paul Ackersviller
2001-05-07  0:03 ` Bart Schaefer
2001-05-07  1:27   ` nce
2001-05-07 14:56     ` Bart Schaefer
2001-05-07 19:12       ` Kenneth Lareau
2001-05-08  4:12       ` nce
2001-05-08 12:53         ` Andrej Borsenkow
2001-05-09  1:42           ` nce
2001-05-08 14:37 ` Andrej Borsenkow
2001-05-09 19:55 ` PATCH: " Andrej Borsenkow
2001-05-09 20:01   ` Andrej Borsenkow
2001-05-10  3:21   ` nce

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).