From owner-cvs-all@FreeBSD.ORG Thu Feb 22 13:39:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37E4A16A404; Thu, 22 Feb 2007 13:39:58 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 100F213C461; Thu, 22 Feb 2007 13:39:58 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1MDdvCZ093266; Thu, 22 Feb 2007 13:39:57 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1MDdvFu093265; Thu, 22 Feb 2007 13:39:57 GMT (envelope-from rrs) Message-Id: <200702221339.l1MDdvFu093265@repoman.freebsd.org> From: Randall Stewart Date: Thu, 22 Feb 2007 13:39:57 +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/lib/libc/net sctp_sys_calls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Feb 2007 13:39:58 -0000 rrs 2007-02-22 13:39:57 UTC FreeBSD src repository Modified files: lib/libc/net sctp_sys_calls.c Log: Fixes __FreeBSD__ being present (they should not) and also trailing garbage on undef of magic numbers. Revision Changes Path 1.4 +4 -6 src/lib/libc/net/sctp_sys_calls.c