[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] various fixes
Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/common
Modified Files:
compat.c log.c util.c
Log Message:
various fixes
Index: compat.c
===================================================================
RCS file: /home/or/cvsroot/src/common/compat.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- compat.c 4 Nov 2004 04:01:19 -0000 1.5
+++ compat.c 9 Nov 2004 01:24:10 -0000 1.6
@@ -69,7 +69,7 @@
#include "log.h"
#include "util.h"
-/* Inline the strl functions if the plaform doesn't have them. */
+/* Inline the strl functions if the platform doesn't have them. */
#ifndef HAVE_STRLCPY
#include "strlcpy.c"
#endif
Index: log.c
===================================================================
RCS file: /home/or/cvsroot/src/common/log.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- log.c 5 Nov 2004 05:50:34 -0000 1.61
+++ log.c 9 Nov 2004 01:24:10 -0000 1.62
@@ -367,7 +367,7 @@
{
logfile_t *lf;
if (syslog_count++ == 0)
- /* This is the the first syslog. */
+ /* This is the first syslog. */
openlog("Tor", LOG_NDELAY, LOG_DAEMON);
lf = tor_malloc_zero(sizeof(logfile_t));
Index: util.c
===================================================================
RCS file: /home/or/cvsroot/src/common/util.c,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -d -r1.170 -r1.171
--- util.c 6 Nov 2004 05:18:29 -0000 1.170
+++ util.c 9 Nov 2004 01:24:10 -0000 1.171
@@ -34,7 +34,6 @@
#include <string.h>
#include <assert.h>
-
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif