Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
1d9d8dbc
...
1d9d8dbc9cb4531aed8702e37de58bc2665beb07
authored
2002-05-02 12:29:37 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Provide extern declarations for *utent calls.
1 parent
a2c1b789
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
comsat/comsat.c
comsat/comsat.c
View file @
1d9d8db
...
...
@@ -30,6 +30,12 @@
# include <utmp.h>
#endif
#ifndef HAVE_GETUTENT_CALLS
extern
void
setutent
__P
((
void
));
extern
struct
utmp
*
getutent
__P
((
void
));
extern
void
getutent
__P
((
void
));
#endif
#ifdef UTMPX
# ifdef HAVE_UTMPX_H
# include <utmpx.h>
...
...
Please
register
or
sign in
to post a comment