Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2013 15:14:23 GMT
From:      dpl@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r254564 - soc2013/dpl/head/contrib/xz/src/xz
Message-ID:  <201307101514.r6AFENEx049779@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dpl
Date: Wed Jul 10 15:14:23 2013
New Revision: 254564
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=254564

Log:
  Adhere to the preprocessor style.
  

Modified:
  soc2013/dpl/head/contrib/xz/src/xz/private.h

Modified: soc2013/dpl/head/contrib/xz/src/xz/private.h
==============================================================================
--- soc2013/dpl/head/contrib/xz/src/xz/private.h	Wed Jul 10 15:13:13 2013	(r254563)
+++ soc2013/dpl/head/contrib/xz/src/xz/private.h	Wed Jul 10 15:14:23 2013	(r254564)
@@ -27,7 +27,7 @@
 #include "tuklib_exit.h"
 #include "tuklib_mbstr.h"
 
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__)
 #	include <osreldate.h>
 #	if __FreeBSD_version >= 900041
 #		define CAPSICUM



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