projects
/
alioth
/
cvs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
one last round of updates from MirBSD, won’t affect Debian
[alioth/cvs.git]
/
lib
/
getpass.h
1
/* $MirOS: src/gnu/usr.bin/cvs/lib/getpass.h,v 1.2 2005/03/13 15:50:35 tg Exp $ */
2
3
#ifndef GETPASS_H
4
#define GETPASS_H
5
6
#include <pwd.h>
7
#include <unistd.h>
8
9
#endif /* GETPASS_H */