Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2009 19:53:58 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r188827 - in head/lib/libc: arm/sys mips/sys
Message-ID:  <200902191953.n1JJrwhe006420@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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();
  *



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