Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
0763b931
Commit
0763b931
authored
Nov 22, 1993
by
Per Cederqvist
Browse files
Changed prototype from "const char *..." to "char *..."
parent
3da3672b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libraries/libansi/strerror.c
View file @
0763b931
/*
* $Id: strerror.c,v 0.1
1
1993/1
0/12 23:40:40
ceder Exp $
* $Id: strerror.c,v 0.1
2
1993/1
1/22 18:39:53
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -26,7 +26,7 @@
** strerror.c
*/
static
char
*
rcsid
=
"$Id: strerror.c,v 0.1
1
1993/1
0/12 23:40:40
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: strerror.c,v 0.1
2
1993/1
1/22 18:39:53
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -38,7 +38,7 @@ USE(rcsid);
extern
int
sys_nerr
;
extern
const
char
*
sys_errlist
[];
const
char
*
strerror
(
int
eno
)
char
*
strerror
(
int
eno
)
{
static
char
buf
[
20
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment