[Pkg-privacy-commits] [onioncat] 75/340: implemented more robust close()
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:04:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository onioncat.
commit cc1406bbdef37e3d13ce93cf0d4142e6b1db9475
Author: eagle <eagle at 58e1ccc2-750e-0410-8d0d-f93ca75ab447>
Date: Thu Nov 27 10:25:44 2008 +0000
implemented more robust close()
git-svn-id: http://www.cypherpunk.at/svn/onioncat/trunk@364 58e1ccc2-750e-0410-8d0d-f93ca75ab447
---
src/ocatlibe.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/ocatlibe.c b/src/ocatlibe.c
index 166c434..4fb3979 100644
--- a/src/ocatlibe.c
+++ b/src/ocatlibe.c
@@ -33,6 +33,7 @@
#include "ocat.h"
+/*! oe_close is a more robust close() function */
void oe_close(int fd)
{
int r;
@@ -51,6 +52,7 @@ void oe_close(int fd)
}
+/*! Remove leading and trailing spaces of a string. */
int oe_remtr(char *s)
{
if (!s[0])
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onioncat.git
More information about the Pkg-privacy-commits
mailing list