Greg Lehey schrieb:
> 
> I've been trying for the last 24 hours solid to make a new world.  The
> latest problem is:
> 
> ===> libwrap
> cc -nostdinc -O -pipe -DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP 
>-DDAEMON_UMASK=022  -DREAL_DAEMON_DIR=\"/usr/libexec\" -DPROCESS_OPTIONS  
>-DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10  -DHOSTS_DENY=\"/etc/hosts.deny\" 
>-DHOSTS_ALLOW=\"/etc/hosts.allow\"  -DSYS_ERRLIST_DEFINED -DALWAYS_HOSTNAME 
>-I/usr/obj/src/PANIC/src/tmp/usr/include -c 
>/src/PANIC/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c -o hosts_access.o
> /src/PANIC/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c:245: syntax 
>error before `<'
> /src/PANIC/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c:84: warning: 
>`host_match' declared `static' but never defined
> /src/PANIC/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c:85: warning: 
>`string_match' declared `static' but never defined
I know these errors.

Mostly they are caused by local modifications of the source. If you then
"cvs update"
your tree, and there is a conflict, the offending lines are surrounded
by
<<<
Your Code
===
New Code
>>>

I also have overseen cvs conflicts dozens of time.

Daniel


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to