removed a splatprep line

This commit is contained in:
gdr 1997-02-28 05:43:54 +00:00
parent 4430431c34
commit 46d4df16c5
2 changed files with 6 additions and 3 deletions

View File

@ -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.
*/

View File

@ -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 <sys/types.h>
#include <stdio.h>