socsvn commit: r254564 - soc2013/dpl/head/contrib/xz/src/xz

dpl at FreeBSD.org dpl at FreeBSD.org
Wed Jul 10 15:14:23 UTC 2013


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


More information about the svn-soc-all mailing list