From 46d4df16c500157af6eba2f03a4e1645844e716e Mon Sep 17 00:00:00 2001 From: gdr Date: Fri, 28 Feb 1997 05:43:54 +0000 Subject: [PATCH] removed a splatprep line --- lib/libc/gen/getcwd.c | 3 +-- lib/libc/tests/sys/trap1.c | 6 +++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/libc/gen/getcwd.c b/lib/libc/gen/getcwd.c index 4bc2396..1adb0a5 100644 --- a/lib/libc/gen/getcwd.c +++ b/lib/libc/gen/getcwd.c @@ -1,10 +1,9 @@ -#line 1 ":trenco4:gno.src:lib:libc:gen:getcwd.c" /* * getwd originally by Derek Taubert. First appeared in GNO v1.0 (?). * Modified for BSD 4.4 compatibility and dynamically allocated structs * by Devin Reade. * - * $Id: getcwd.c,v 1.1 1997/02/28 05:12:44 gdr Exp $ + * $Id: getcwd.c,v 1.2 1997/02/28 05:43:29 gdr Exp $ * * This file is formatted for tabs every 8 columns. */ diff --git a/lib/libc/tests/sys/trap1.c b/lib/libc/tests/sys/trap1.c index e69a871..1fb3815 100644 --- a/lib/libc/tests/sys/trap1.c +++ b/lib/libc/tests/sys/trap1.c @@ -1,4 +1,8 @@ -#line 1 ":trenco4:custom.src:contrib:libc:tests:sys:trap1.c" +/* + * Test by Devin Reade + * + * $Id: trap1.c,v 1.2 1997/02/28 05:43:54 gdr Exp $ + */ #include #include