svn commit: r229203 - stable/9/usr.bin/ncplist

Dimitry Andric dim at FreeBSD.org
Sun Jan 1 20:53:34 UTC 2012


Author: dim
Date: Sun Jan  1 20:53:33 2012
New Revision: 229203
URL: http://svn.freebsd.org/changeset/base/229203

Log:
  MFC r228649:
  
  Use NO_WCAST_ALIGN for usr.bin/ncplist, as there are many potential
  alignment issues in it.  (Though I doubt anyone still cares about
  NetWare support...)

Modified:
  stable/9/usr.bin/ncplist/Makefile
Directory Properties:
  stable/9/usr.bin/ncplist/   (props changed)

Modified: stable/9/usr.bin/ncplist/Makefile
==============================================================================
--- stable/9/usr.bin/ncplist/Makefile	Sun Jan  1 20:51:51 2012	(r229202)
+++ stable/9/usr.bin/ncplist/Makefile	Sun Jan  1 20:53:33 2012	(r229203)
@@ -1,6 +1,7 @@
 # $FreeBSD$
 
 PROG=	ncplist
+NO_WCAST_ALIGN=
 
 WARNS?=	0
 


More information about the svn-src-stable-9 mailing list