svn commit: r188827 - in head/lib/libc: arm/sys mips/sys

Warner Losh imp at FreeBSD.org
Thu Feb 19 11:53:59 PST 2009


Author: imp
Date: Thu Feb 19 19:53:58 2009
New Revision: 188827
URL: http://svn.freebsd.org/changeset/base/188827

Log:
  These warnings are only relevant on NetBSD it seems.  They don't seem
  to be relevant to FreeBSD at all.

Modified:
  head/lib/libc/arm/sys/Ovfork.S
  head/lib/libc/mips/sys/Ovfork.S

Modified: head/lib/libc/arm/sys/Ovfork.S
==============================================================================
--- head/lib/libc/arm/sys/Ovfork.S	Thu Feb 19 19:45:49 2009	(r188826)
+++ head/lib/libc/arm/sys/Ovfork.S	Thu Feb 19 19:53:58 2009	(r188827)
@@ -35,9 +35,6 @@
 __FBSDID("$FreeBSD$");
 #include "SYS.h"
 
-WARN_REFERENCES(vfork, \
-    "warning: reference to compatibility vfork(); include <unistd.h> for correct reference")
-
 /*
  * pid = vfork();
  *

Modified: head/lib/libc/mips/sys/Ovfork.S
==============================================================================
--- head/lib/libc/mips/sys/Ovfork.S	Thu Feb 19 19:45:49 2009	(r188826)
+++ head/lib/libc/mips/sys/Ovfork.S	Thu Feb 19 19:53:58 2009	(r188827)
@@ -41,9 +41,6 @@ __FBSDID("$FreeBSD$");
 	ASMSTR("$NetBSD: compat_Ovfork.S,v 1.1 2005/09/17 11:49:39 tsutsui Exp $")
 #endif /* LIBC_SCCS and not lint */
 
-WARN_REFERENCES(vfork, \
-    "warning: reference to compatibility vfork(); include <unistd.h> for correct reference")
-
 /*
  * pid = vfork();
  *


More information about the svn-src-head mailing list