From cf92afd66eb26ee2097f3883397b4bc5bb0e82aa Mon Sep 17 00:00:00 2001 From: cgd Date: Wed, 29 Jun 1994 06:29:24 +0000 Subject: New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' --- sys/kern/exec_script.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/kern/exec_script.c') diff --git a/sys/kern/exec_script.c b/sys/kern/exec_script.c index 10e3dca6f7b..208761e9d02 100644 --- a/sys/kern/exec_script.c +++ b/sys/kern/exec_script.c @@ -1,3 +1,5 @@ +/* $NetBSD: exec_script.c,v 1.8 1994/06/29 06:32:12 cgd Exp $ */ + /* * Copyright (c) 1993, 1994 Christopher G. Demetriou * All rights reserved. @@ -26,8 +28,6 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: exec_script.c,v 1.7 1994/06/08 11:28:29 mycroft Exp $ */ #if defined(SETUIDSCRIPTS) && !defined(FDSCRIPTS) -- cgit