diff options
author | Damien Miller <djm@mindrot.org> | 2006-07-10 12:20:33 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-07-10 12:20:33 +0200 |
commit | 427a1d57bb6110dcf2b8fcdcabe566b8290a942a (patch) | |
tree | eb7f8a5ef9c62bb24347a51b424b8144850b97ca /includes.h | |
parent | - stevesk@cvs.openbsd.org 2006/07/02 18:36:47 (diff) | |
download | openssh-427a1d57bb6110dcf2b8fcdcabe566b8290a942a.tar.xz openssh-427a1d57bb6110dcf2b8fcdcabe566b8290a942a.zip |
- stevesk@cvs.openbsd.org 2006/07/02 22:45:59
[groupaccess.c groupaccess.h includes.h session.c sftp-common.c sshpty.c]
move #include <grp.h> out of includes.h
(portable needed uidswap.c too)
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes.h b/includes.h index c038f410e..3953d91a9 100644 --- a/includes.h +++ b/includes.h @@ -1,4 +1,4 @@ -/* $OpenBSD: includes.h,v 1.40 2006/04/20 21:53:44 djm Exp $ */ +/* $OpenBSD: includes.h,v 1.41 2006/07/02 22:45:59 stevesk Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> |