diff options
author | Damien Miller <djm@mindrot.org> | 2008-11-05 16:12:54 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-11-05 16:12:54 +1100 |
commit | 6f66d34308af787613d5525729953665f26367ee (patch) | |
tree | ba232d502848df4cee2558fd0e5645a8830dda45 | |
parent | 7fc5c0f62158614eb42cac2a16fab8a23826ec74 (diff) |
- djm@cvs.openbsd.org 2008/11/04 07:58:09
[auth.c]
need unistd.h for close() prototype
(ID sync only)
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | auth.c | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -3,6 +3,10 @@ | |||
3 | - djm@cvs.openbsd.org 2008/11/03 08:59:41 | 3 | - djm@cvs.openbsd.org 2008/11/03 08:59:41 |
4 | [servconf.c] | 4 | [servconf.c] |
5 | include MaxSessions in sshd -T output; patch from imorgan AT nas.nasa.gov | 5 | include MaxSessions in sshd -T output; patch from imorgan AT nas.nasa.gov |
6 | - djm@cvs.openbsd.org 2008/11/04 07:58:09 | ||
7 | [auth.c] | ||
8 | need unistd.h for close() prototype | ||
9 | (ID sync only) | ||
6 | 10 | ||
7 | 20081103 | 11 | 20081103 |
8 | - OpenBSD CVS Sync | 12 | - OpenBSD CVS Sync |
@@ -4853,4 +4857,4 @@ | |||
4853 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 4857 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
4854 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 4858 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
4855 | 4859 | ||
4856 | $Id: ChangeLog,v 1.5128 2008/11/05 05:12:11 djm Exp $ | 4860 | $Id: ChangeLog,v 1.5129 2008/11/05 05:12:54 djm Exp $ |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth.c,v 1.79 2008/07/02 12:03:51 dtucker Exp $ */ | 1 | /* $OpenBSD: auth.c,v 1.80 2008/11/04 07:58:09 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
4 | * | 4 | * |