Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2002 09:43:23 -0700 (PDT)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11397 for review
Message-ID:  <200205161643.g4GGhNL00896@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11397

Change 11397 by cvance@cvance_korben on 2002/05/16 09:43:14

	Cleanup compiler warning on use of strdup()	

Affected files ...

... //depot/projects/trustedbsd/mac/contrib/sebsd/checkpolicy/checkpolicy.c#2 edit

Differences ...

==== //depot/projects/trustedbsd/mac/contrib/sebsd/checkpolicy/checkpolicy.c#2 (text+ko) ====

@@ -33,6 +33,7 @@
 #include <stdio.h>
 #include <unistd.h>
 #include <errno.h>
+#include <string.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205161643.g4GGhNL00896>