mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 07:30:05 +00:00
removed a splatprep line
This commit is contained in:
parent
4430431c34
commit
46d4df16c5
@ -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.
|
||||
*/
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user