[openssh-commits] [openssh] 01/04: upstream commit
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Jan 29 09:08:15 AEDT 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 80c25b7bc0a71d75c43a4575d9a1336f589eb639
Author: okan at openbsd.org <okan at openbsd.org>
Date: Tue Jan 27 12:54:06 2015 +0000
upstream commit
Since r1.2 removed the use of PRI* macros, inttypes.h is
no longer required.
ok djm@
---
roaming_client.c | 5 +----
roaming_common.c | 5 +----
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/roaming_client.c b/roaming_client.c
index 5e5c28b..cb13285 100644
--- a/roaming_client.c
+++ b/roaming_client.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: roaming_client.c,v 1.8 2014/04/29 18:01:49 markus Exp $ */
+/* $OpenBSD: roaming_client.c,v 1.9 2015/01/27 12:54:06 okan Exp $ */
/*
* Copyright (c) 2004-2009 AppGate Network Security AB
*
@@ -21,9 +21,6 @@
#include <sys/types.h>
#include <sys/socket.h>
-#ifdef HAVE_INTTYPES_H
-#include <inttypes.h>
-#endif
#include <signal.h>
#include <string.h>
#include <unistd.h>
diff --git a/roaming_common.c b/roaming_common.c
index 787bef0..ea06460 100644
--- a/roaming_common.c
+++ b/roaming_common.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: roaming_common.c,v 1.12 2014/01/09 23:20:00 djm Exp $ */
+/* $OpenBSD: roaming_common.c,v 1.13 2015/01/27 12:54:06 okan Exp $ */
/*
* Copyright (c) 2004-2009 AppGate Network Security AB
*
@@ -22,9 +22,6 @@
#include <sys/uio.h>
#include <errno.h>
-#ifdef HAVE_INTTYPES_H
-#include <inttypes.h>
-#endif
#include <stdarg.h>
#include <string.h>
#include <unistd.h>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list