summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-01-26 12:53:06 +1100
committerDamien Miller <djm@mindrot.org>2010-01-26 12:53:06 +1100
commitf589fd1ea8c352e6bf819733ecd505119a694c51 (patch)
treec8e898e56cced42fc5071dd34c313fdb01a1a713
parent2e68d793d6967e01faa9ead98b0e527bd19a8d16 (diff)
- dtucker@cvs.openbsd.org 2010/01/18 01:50:27
[roaming_client.c] s/long long unsigned/unsigned long long/, from tim via portable (Id sync only, change already in portable)
-rw-r--r--ChangeLog4
-rw-r--r--roaming_client.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 569a2d0a4..4334f6768 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@
4 [ssh-agent.1] 4 [ssh-agent.1]
5 Correct and clarify ssh-add's password asking behavior. 5 Correct and clarify ssh-add's password asking behavior.
6 Improved text dtucker and ok jmc 6 Improved text dtucker and ok jmc
7 - dtucker@cvs.openbsd.org 2010/01/18 01:50:27
8 [roaming_client.c]
9 s/long long unsigned/unsigned long long/, from tim via portable
10 (Id sync only, change already in portable)
7 11
820100122 1220100122
9 - (tim) [configure.ac] Due to constraints in Windows Sockets in terms of 13 - (tim) [configure.ac] Due to constraints in Windows Sockets in terms of
diff --git a/roaming_client.c b/roaming_client.c
index c0dd9ea9c..cea8e7360 100644
--- a/roaming_client.c
+++ b/roaming_client.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: roaming_client.c,v 1.2 2010/01/09 05:17:00 dtucker Exp $ */ 1/* $OpenBSD: roaming_client.c,v 1.3 2010/01/18 01:50:27 dtucker Exp $ */
2/* 2/*
3 * Copyright (c) 2004-2009 AppGate Network Security AB 3 * Copyright (c) 2004-2009 AppGate Network Security AB
4 * 4 *