From owner-cvs-all Sat Jan 4 0:17:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBD6037B401; Sat, 4 Jan 2003 00:17:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9995143EE6; Sat, 4 Jan 2003 00:17:27 -0800 (PST) (envelope-from jake@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h048HRfh090942; Sat, 4 Jan 2003 00:17:27 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h048HRjI090941; Sat, 4 Jan 2003 00:17:27 -0800 (PST) Message-Id: <200301040817.h048HRjI090941@repoman.freebsd.org> From: Jake Burkholder Date: Sat, 4 Jan 2003 00:17:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys exec.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2003/01/04 00:17:27 PST Modified files: sys/sys exec.h Log: Use __CONCAT and __XSTRING when concatenating or stringifying arguments to the EXEC_SET macro, so that the arguments themselves can be macros. (Actually __STRING would suffice, instead of __XSTRING, but oh well). Revision Changes Path 1.28 +8 -7 src/sys/sys/exec.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message