Date: Tue, 11 Nov 2008 21:06:24 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 152820 for review Message-ID: <200811112106.mABL6O44071733@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=152820 Change 152820 by rwatson@rwatson_cinnamon on 2008/11/11 21:05:34 Only include one of types.h or param.h. Perhaps ideally we would use something from limits.h for MAXHOSTNAMELEN instead, but not yet. Affected files ... .. //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#39 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#39 (text+ko) ==== @@ -26,17 +26,16 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#38 $ + * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#39 $ */ -#include <sys/types.h> +#include <sys/param.h> #include <config/config.h> #include <sys/dirent.h> #include <sys/mman.h> #include <sys/socket.h> -#include <sys/param.h> #ifdef HAVE_FULL_QUEUE_H #include <sys/queue.h> #else /* !HAVE_FULL_QUEUE_H */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811112106.mABL6O44071733>