Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 1996 00:04:46 -0700 (PDT)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        pst@shockwave.com
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org
Subject:   Re: cvs commit: ports/x11/xlockmore Makefile ports/x11/xlockmore/files md5
Message-ID:  <199607230704.AAA00955@baloon.mimi.com>
In-Reply-To: <199607230544.WAA06841@precipice.shockwave.com> (message from Paul Traina on Mon, 22 Jul 1996 22:44:21 -0700)

next in thread | previous in thread | raw e-mail | index | archive | help
 * Whoops! darn, thanks, I forgot to delete it.  Sigh, the joys of running CVS
 * on multiple machines and then tarring up the mess.

Thanks, but now I get this on thud:

===
cc -m486 -O2     -I/usr/X11R6/include  -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO  -DDEF_FILESEARCHPATH=\"/usr/X11R6/lib/X11/%T/%N%S\"  -DHAS_USLEEP -DUSE_VROOT -DALWAYS_ALLOW_ROOT            -c resource.c
resource.c: In function `open_display':
resource.c:893: conflicting types for `gethostname'
/usr/include/unistd.h:123: previous declaration of `gethostname'
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
## grep gethostname work/xlockmore-3.9/resource.c 
                                extern int  gethostname(char *, size_t);
                                if (gethostname(hostname, MAXHOSTNAMELEN))
## grep gethostname /usr/include/unistd.h
int      gethostname __P((char *, int));
===

Satoshi



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