Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3e0be4d0
Commit
3e0be4d0
authored
May 31, 1993
by
Richard M. Stallman
Browse files
[__bsdi__]: Alternate decls of getpwuid and getpwnam.
parent
cd1168e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/xrdb.c
src/xrdb.c
+5
-0
No files found.
src/xrdb.c
View file @
3e0be4d0
...
...
@@ -63,8 +63,13 @@ extern short getuid (); /* If this causes portability problems,
default to `int' anyway. */
#endif
#ifdef __bsdi__
extern
struct
passwd
*
getpwuid
(
uid_t
);
extern
struct
passwd
*
getpwnam
(
const
char
*
);
#else
extern
struct
passwd
*
getpwuid
();
extern
struct
passwd
*
getpwnam
();
#endif
static
char
*
gethomedir
(
dirname
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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