Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
520a53bb
Commit
520a53bb
authored
33 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Always include <locale.h>, even if HAVE_LOCALE is not defined.
parent
8e6eefd9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/server/ChangeLog
+6
-0
6 additions, 0 deletions
src/server/ChangeLog
src/server/ramkomd.c
+5
-4
5 additions, 4 deletions
src/server/ramkomd.c
with
11 additions
and
4 deletions
src/server/ChangeLog
+
6
−
0
View file @
520a53bb
Sat Aug 31 22:14:30 1991 Per Cederqvist (ceder at lysator)
* ramkomd.c: Inkludera alltid <locale.h> - gcc -M f|rs|ker
inkludera den {ven om HAVE_LOCALE inte {r satt. Skicka med en
tom locale.h i include/ansi f|r de som inte har locale.
Fri Aug 30 05:32:13 1991 Per Cederqvist (ceder at lysator)
Fri Aug 30 05:32:13 1991 Per Cederqvist (ceder at lysator)
* config.c ramkomd.c (MAX_NO_OF_CONNECTIONS): S{tt fr}n
* config.c ramkomd.c (MAX_NO_OF_CONNECTIONS): S{tt fr}n
...
...
This diff is collapsed.
Click to expand it.
src/server/ramkomd.c
+
5
−
4
View file @
520a53bb
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* It has grown! /ceder
* It has grown! /ceder
*/
*/
static
char
*
rcsid
=
"$Id: ramkomd.c,v 0.1
6
1991/08/3
0 07:07:36
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: ramkomd.c,v 0.1
7
1991/08/3
1 20:17:51
ceder Exp $"
;
#include
<m-config.h>
#include
<m-config.h>
...
@@ -18,9 +18,10 @@ static char *rcsid = "$Id: ramkomd.c,v 0.16 1991/08/30 07:07:36 ceder Exp $";
...
@@ -18,9 +18,10 @@ static char *rcsid = "$Id: ramkomd.c,v 0.16 1991/08/30 07:07:36 ceder Exp $";
#include
<ctype.h>
#include
<ctype.h>
#include
<netdb.h>
#include
<netdb.h>
#include
<string.h>
#include
<string.h>
#ifdef HAVE_LOCALE
#include
<locale.h>
/* Not all machines have locale.h - for those
#include
<locale.h>
that
don
'
t
have
it
we
supply
an
empty
#endif
<
locale
.
h
>
.
gcc
-
M
tries
to
include
files
,
even
if
they
are
#
ifdef
'
d
out
.
*/
#include
<sys/types.h>
#include
<sys/types.h>
#include
<sys/wait.h>
#include
<sys/wait.h>
#include
<sys/param.h>
#include
<sys/param.h>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment