From owner-cvs-src@FreeBSD.ORG Mon Sep 15 17:38:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 301281065748; Mon, 15 Sep 2008 17:38:03 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0612B8FC17; Mon, 15 Sep 2008 17:38:03 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FHc2T5078874; Mon, 15 Sep 2008 17:38:02 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FHc2uV078873; Mon, 15 Sep 2008 17:38:02 GMT (envelope-from obrien@repoman.freebsd.org) Message-Id: <200809151738.m8FHc2uV078873@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to obrien@repoman.freebsd.org using -f From: "David E. O'Brien" Date: Mon, 15 Sep 2008 17:37:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/freebsd32 syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 17:38:03 -0000 obrien 2008-09-15 17:37:41 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 syscalls.master Log: SVN rev 183042 on 2008-09-15 17:37:41Z by obrien Fix bug in r100384 (rev 1.2) in which the 32-bit swapon(2) was made "obsolete, not included in system", where as the system call does exist. Revision Changes Path 1.105 +1 -1 src/sys/compat/freebsd32/syscalls.master