Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 1995 23:00:30 +0200
From:      Mark Murray <mark@grondar.za>
To:        bugs@freebsd.org
Subject:   Inconsistency in the headers?
Message-ID:  <199507172100.XAA01464@grumble.grondar.za>

next in thread | raw e-mail | index | archive | help
Hi

I am checking out some code, and I keep on getting this:

> for i in des md idea rc4 lhash error rsa ssl ; do  (cd $i; echo "making $i...";  make CC=gcc CFLAG='-O3 -DPROTO' INSTALLTOP='/usr/local/ssl' PEX_LIBS='' EX_LIBS='' all );  done;
> making des...
> gcc -DRAND   -O3 -DPROTO -c read_pwd.c
> In file included from read_pwd.c:13:
> /usr/include/signal.h:45: conflicting types for `sys_siglist'
> /usr/include/unistd.h:136: previous declaration of `sys_siglist'
> /usr/include/signal.h:70: conflicting types for `psignal'
> /usr/include/unistd.h:135: previous declaration of `psignal'
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> Stop.

It looks like our headers are inconsistent?

M

-- 
Mark Murray
46 Harvey Rd, Claremont, Cape Town 7700, South Africa
+27 21 61-3768 GMT+0200



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507172100.XAA01464>