]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
globally rename model_t to dp_model_t for OpenSolaris. Sorry, guys who now have svn...
[xonotic/darkplaces.git] / common.h
index b5e6fc0fe3357c20fbac9a0500aa44854444d3bc..9c20eb10922c24b3d6399ea28c773a2b3fc1b1e7 100644 (file)
--- a/common.h
+++ b/common.h
@@ -38,7 +38,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #ifdef SUNOS
 #include <sys/file.h>          // Needed for FNDELAY
-# define model_t dp_model_t // Workaround conflict with /usr/include/sys/model.h
 #endif
 
 //============================================================================