PERFORCE change 125239 for review

Fredrik Lindberg fli at FreeBSD.org
Thu Aug 16 13:51:30 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=125239

Change 125239 by fli at fli_manticore on 2007/08/16 20:50:43

	sys/ucred.h complains on NGROUP on 6.x-systems, change
	sys/types.h to sys/param.h to fix that. 

Affected files ...

.. //depot/projects/soc2007/fli-mdns_sd/mdnsd/clisrv.c#6 edit

Differences ...

==== //depot/projects/soc2007/fli-mdns_sd/mdnsd/clisrv.c#6 (text+ko) ====

@@ -24,7 +24,7 @@
  *
  */
 
-#include <sys/types.h>
+#include <sys/param.h>
 #include <sys/select.h>
 #include <sys/socket.h>
 #include <sys/stat.h>


More information about the p4-projects mailing list