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
7d4dc74a
Commit
7d4dc74a
authored
Aug 03, 1996
by
Per Cederqvist
Browse files
(foutput_conf_type): anarchy is now named allow_anon.
parent
0048e47f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/ram-output.c
View file @
7d4dc74a
/*
* $Id: ram-output.c,v 0.
19
1996/0
7/28 23:43:34
ceder Exp $
* $Id: ram-output.c,v 0.
20
1996/0
8/03 00:20:13
ceder Exp $
* Copyright (C) 1991, 1993, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -33,7 +33,7 @@
* (It worked - now saving is twice as fast.)
*/
static
char
*
rcsid
=
"$Id: ram-output.c,v 0.
19
1996/0
7/28 23:43:34
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: ram-output.c,v 0.
20
1996/0
8/03 00:20:13
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -348,7 +348,7 @@ foutput_conf_type(FILE *fp,
putc
(
type
.
original
+
'0'
,
fp
);
putc
(
type
.
secret
+
'0'
,
fp
);
putc
(
type
.
letter_box
+
'0'
,
fp
);
putc
(
type
.
a
narchy
+
'0'
,
fp
);
putc
(
type
.
a
llow_anon
+
'0'
,
fp
);
putc
(
type
.
reserved1
+
'0'
,
fp
);
putc
(
type
.
reserved2
+
'0'
,
fp
);
putc
(
type
.
reserved3
+
'0'
,
fp
);
...
...
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