Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Dec 2009 11:00:18 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r201017 - head/libexec/talkd
Message-ID:  <200912261100.nBQB0I9a008302@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed
Date: Sat Dec 26 11:00:18 2009
New Revision: 201017
URL: http://svn.freebsd.org/changeset/base/201017

Log:
  Unbreak the build.
  
  I increased the WARNS, but it looks like it breaks certain architectures
  with more strict alignment requirements (mips, sparc64, ia64).
  
  Pointy hat to:	me

Modified:
  head/libexec/talkd/Makefile

Modified: head/libexec/talkd/Makefile
==============================================================================
--- head/libexec/talkd/Makefile	Sat Dec 26 10:06:45 2009	(r201016)
+++ head/libexec/talkd/Makefile	Sat Dec 26 11:00:18 2009	(r201017)
@@ -6,8 +6,7 @@ SRCS=	talkd.c announce.c process.c table
 .PATH:  ${.CURDIR}/../../usr.bin/wall
 MAN=	talkd.8
 CFLAGS+=-I${.CURDIR}/../../usr.bin/wall
-
-WARNS?=	6
+WFORMAT=0
 
 DPADD=	${LIBULOG}
 LDADD=	-lulog



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