From owner-freebsd-commit Thu Jan 4 17:52:44 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA13585 for freebsd-commit-outgoing; Thu, 4 Jan 1996 17:52:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA13571 for cvs-all-outgoing; Thu, 4 Jan 1996 17:52:36 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA13550 for cvs-sys-outgoing; Thu, 4 Jan 1996 17:52:31 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA13537 Thu, 4 Jan 1996 17:52:29 -0800 (PST) Date: Thu, 4 Jan 1996 17:52:29 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601050152.RAA13537@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx_asm.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk gibbs 96/01/04 17:52:28 Branch: sys/dev/aic7xxx RELENG_2_1_0 Modified: sys/dev/aic7xxx aic7xxx_asm.c Log: Merge with HEAD. Null terminate execl's arg list. For some reason this didn't cause a problem on my -current system. :( Submitted by: Ron Lenk Revision Changes Path 1.9.4.2 +2 -2 src/sys/dev/aic7xxx/aic7xxx_asm.c