Date: Sun, 13 Aug 2006 15:40:00 GMT From: Roman Divacky <rdivacky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 103773 for review Message-ID: <200608131540.k7DFe0BF036713@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103773 Change 103773 by rdivacky@rdivacky_witten on 2006/08/13 15:39:41 Fix typo: limit.h -> limits.h Affected files ... .. //depot/projects/soc2006/rdivacky_linuxolator/amd64/linux32/linux32_machdep.c#4 edit Differences ... ==== //depot/projects/soc2006/rdivacky_linuxolator/amd64/linux32/linux32_machdep.c#4 (text+ko) ==== @@ -35,7 +35,7 @@ #include <sys/kernel.h> #include <sys/systm.h> #include <sys/imgact.h> -#include <sys/limit.h> +#include <sys/limits.h> #include <sys/lock.h> #include <sys/malloc.h> #include <sys/mman.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608131540.k7DFe0BF036713>