X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ffopen.c;h=244549c7e8d344e74b81e57f10f836b128b8facc;hb=46983693f019c28a1c2420e9e7dfc204916af411;hp=4d249efc1bc6948204dee36719453b006e8188fb;hpb=d02f38605b53cdff5460cc6b9e1b2a80c3a2ba4c;p=pdclib diff --git a/functions/stdio/fopen.c b/functions/stdio/fopen.c index 4d249ef..244549c 100644 --- a/functions/stdio/fopen.c +++ b/functions/stdio/fopen.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* fopen( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib). @@ -14,7 +12,7 @@ #ifndef REGTEST #include <_PDCLIB_glue.h> -static const FILE * _PDCLIB_filelist = NULL; +static FILE * _PDCLIB_filelist = NULL; static int filemode( char const * const mode ) {