Date: Thu, 16 Aug 2007 20:51:28 GMT From: Fredrik Lindberg <fli@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 125239 for review Message-ID: <200708162051.l7GKpSUj025019@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=125239 Change 125239 by fli@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708162051.l7GKpSUj025019>