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
61a2df78
...
61a2df7802d3a856e78d890d0e59b77a3f877a83
authored
2002-09-01 21:55:04 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed erroneous redeclaration of getutent.
1 parent
e93bbf79
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
comsat/comsat.c
comsat/comsat.c
View file @
61a2df7
...
...
@@ -31,7 +31,6 @@
#ifndef HAVE_GETUTENT_CALLS
extern
void
setutent
__P
((
void
));
extern
struct
utmp
*
getutent
__P
((
void
));
extern
void
getutent
__P
((
void
));
#endif
#ifdef UTMPX
...
...
Please
register
or
sign in
to post a comment