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
LSH
lsh
Commits
9bb940c7
Commit
9bb940c7
authored
Mar 18, 2002
by
Niels Möller
Browse files
Added some FIXME:-comments.
Rev: src/unix_process.c:1.7
parent
2e21c3c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/unix_process.c
View file @
9bb940c7
...
...
@@ -206,7 +206,7 @@ do_utmp_cleanup(struct exit_callback *s,
else
{
/* Make a working copy of this entry that we can modify */
/* FIXME: Is this really needed??? /nisse */
struct
utmp
wc
=
*
utmp
;
utmp
=
&
wc
;
...
...
@@ -306,6 +306,8 @@ utmp_book_keeping(struct lsh_string *name,
memset
(
&
pattern
,
0
,
sizeof
(
pattern
));
CP
(
pattern
.
ut_line
,
cleanup
->
line
);
CP
(
pattern
.
ut_id
,
cleanup
->
id
);
/* FIXME: Initialize pattern.ut_type? */
/* Rewind database */
setutent
();
...
...
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