summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-11-05 16:12:54 +1100
committerDamien Miller <djm@mindrot.org>2008-11-05 16:12:54 +1100
commit6f66d34308af787613d5525729953665f26367ee (patch)
treeba232d502848df4cee2558fd0e5645a8830dda45 /auth.c
parent7fc5c0f62158614eb42cac2a16fab8a23826ec74 (diff)
- djm@cvs.openbsd.org 2008/11/04 07:58:09
[auth.c] need unistd.h for close() prototype (ID sync only)
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.c b/auth.c
index 2370e5c2c..3585daadc 100644
--- a/auth.c
+++ b/auth.c
@@ -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 *