[or-cvs] remove emacs droppings, since nick says he doesn"t need the...
Roger Dingledine
arma at seul.org
Fri Nov 26 04:00:56 UTC 2004
Update of /home2/or/cvsroot/tor/src/common
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/common
Modified Files:
aes.c aes.h compat.c compat.h container.c container.h crypto.c
crypto.h fakepoll.c fakepoll.h log.c log.h test.h torgzip.c
torint.h tortls.c tortls.h util.c util.h
Log Message:
remove emacs droppings, since nick says he doesn't need them anymore
Index: aes.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/aes.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- aes.c 14 Nov 2004 17:21:32 -0000 1.14
+++ aes.c 26 Nov 2004 04:00:52 -0000 1.15
@@ -810,10 +810,3 @@
PUTU32(ct + 12, s3);
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
Index: aes.h
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/aes.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- aes.h 27 Oct 2004 18:16:36 -0000 1.6
+++ aes.h 26 Nov 2004 04:00:52 -0000 1.7
@@ -27,10 +27,3 @@
#endif
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
Index: compat.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/compat.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- compat.c 22 Nov 2004 23:28:26 -0000 1.11
+++ compat.c 26 Nov 2004 04:00:52 -0000 1.12
@@ -672,10 +672,3 @@
return strerror(e);
}
#endif
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
Index: compat.h
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/compat.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- compat.h 22 Nov 2004 23:28:26 -0000 1.9
+++ compat.h 26 Nov 2004 04:00:52 -0000 1.10
@@ -183,10 +183,3 @@
#endif
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
Index: container.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/container.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- container.c 22 Nov 2004 23:28:26 -0000 1.7
+++ container.c 26 Nov 2004 04:00:52 -0000 1.8
@@ -617,10 +617,3 @@
return SPLAY_EMPTY(&map->head);
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
Index: container.h
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/container.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- container.h 12 Nov 2004 21:14:05 -0000 1.5
+++ container.h 26 Nov 2004 04:00:52 -0000 1.6
@@ -90,11 +90,3 @@
int strmap_iter_done(strmap_iter_t *iter);
#endif
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
-
Index: crypto.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/crypto.c,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- crypto.c 9 Nov 2004 20:04:00 -0000 1.122
+++ crypto.c 26 Nov 2004 04:00:52 -0000 1.123
@@ -1614,10 +1614,3 @@
crypto_free_digest_env(d);
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
Index: crypto.h
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/crypto.h,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- crypto.h 3 Nov 2004 19:49:03 -0000 1.57
+++ crypto.h 26 Nov 2004 04:00:52 -0000 1.58
@@ -159,10 +159,3 @@
#endif
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
Index: fakepoll.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/fakepoll.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- fakepoll.c 2 Nov 2004 03:02:17 -0000 1.34
+++ fakepoll.c 26 Nov 2004 04:00:52 -0000 1.35
@@ -109,10 +109,3 @@
}
#endif
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
Index: fakepoll.h
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/fakepoll.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- fakepoll.h 10 May 2004 07:54:13 -0000 1.10
+++ fakepoll.h 26 Nov 2004 04:00:52 -0000 1.11
@@ -47,10 +47,3 @@
#endif
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
Index: log.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/log.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- log.c 24 Nov 2004 08:42:06 -0000 1.75
+++ log.c 26 Nov 2004 04:00:52 -0000 1.76
@@ -452,10 +452,3 @@
}
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
Index: log.h
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/log.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- log.h 20 Nov 2004 07:33:53 -0000 1.36
+++ log.h 26 Nov 2004 04:00:52 -0000 1.37
@@ -99,10 +99,3 @@
# define __LOG_H
#endif
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
Index: test.h
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/test.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- test.h 2 Nov 2004 03:02:17 -0000 1.14
+++ test.h 26 Nov 2004 04:00:52 -0000 1.15
@@ -134,10 +134,3 @@
#endif
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
Index: torgzip.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/torgzip.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- torgzip.c 9 Nov 2004 20:04:00 -0000 1.6
+++ torgzip.c 26 Nov 2004 04:00:52 -0000 1.7
@@ -223,10 +223,3 @@
return -1;
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
Index: torint.h
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/torint.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- torint.h 9 Nov 2004 20:04:00 -0000 1.12
+++ torint.h 26 Nov 2004 04:00:52 -0000 1.13
@@ -233,10 +233,3 @@
#endif /* __TORINT_H */
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
Index: tortls.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/tortls.c,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- tortls.c 23 Nov 2004 00:08:26 -0000 1.77
+++ tortls.c 26 Nov 2004 04:00:52 -0000 1.78
@@ -810,10 +810,3 @@
tor_assert(0);
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
Index: tortls.h
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/tortls.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- tortls.h 14 Nov 2004 22:07:48 -0000 1.20
+++ tortls.h 26 Nov 2004 04:00:52 -0000 1.21
@@ -47,10 +47,3 @@
#endif
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
Index: util.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/util.c,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -d -r1.184 -r1.185
--- util.c 23 Nov 2004 00:08:26 -0000 1.184
+++ util.c 26 Nov 2004 04:00:52 -0000 1.185
@@ -1362,10 +1362,3 @@
#endif
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
Index: util.h
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/util.h,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- util.h 22 Nov 2004 21:38:44 -0000 1.119
+++ util.h 26 Nov 2004 04:00:52 -0000 1.120
@@ -115,10 +115,3 @@
void write_pidfile(char *filename);
#endif
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
More information about the tor-commits
mailing list