PERFORCE change 71981 for review

David Xu davidxu at FreeBSD.org
Sun Feb 27 12:51:17 GMT 2005


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

Change 71981 by davidxu at davidxu_alona on 2005/02/27 12:50:15

	Cleanup include.

Affected files ...

.. //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_kern.c#16 edit
.. //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_list.c#5 edit
.. //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_printf.c#4 edit
.. //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_syscalls.c#6 edit

Differences ...

==== //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_kern.c#16 (text+ko) ====

@@ -27,7 +27,6 @@
  * $FreeBSD$
  */
 
-#include <sys/cdefs.h>
 #include <sys/types.h>
 #include <sys/signalvar.h>
 #include <pthread.h>

==== //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_list.c#5 (text+ko) ====

@@ -27,7 +27,6 @@
  * $FreeBSD$
  */
 
-#include <sys/cdefs.h>
 #include <sys/types.h>
 #include <sys/queue.h>
 

==== //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_printf.c#4 (text+ko) ====

@@ -22,11 +22,10 @@
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
+ *
+ * $FreeBSD$
  */
 
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libpthread/thread/thr_printf.c,v 1.4 2004/02/10 20:42:33 cperciva Exp $");
-
 #include <stdarg.h>
 #include <string.h>
 #include <unistd.h>

==== //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_syscalls.c#6 (text+ko) ====

@@ -64,7 +64,6 @@
  *
  */
 
-#include <sys/cdefs.h>
 #include <sys/types.h>
 #include <sys/mman.h>
 #include <sys/param.h>


More information about the p4-projects mailing list