Browse Source

remove emacs droppings, since nick says he doesn't need them anymore

svn:r2989
Roger Dingledine 19 years ago
parent
commit
7c9a707900

+ 0 - 7
doc/control-spec.txt

@@ -227,10 +227,3 @@ the message.
   If you ask for lots of events, and 16MB of them queue up on the buffer,
   If you ask for lots of events, and 16MB of them queue up on the buffer,
   the Tor process will close the socket.
   the Tor process will close the socket.
 
 
------------
-(for emacs)
-  Local Variables:
-  mode:text
-  indent-tabs-mode:nil
-  fill-column:77
-  End:

+ 0 - 7
doc/tor-spec.txt

@@ -809,10 +809,3 @@ A.1. Differences between spec and implementation
   addresses in their exit policies.  The current codebase has no IPv6
   addresses in their exit policies.  The current codebase has no IPv6
   support at all.
   support at all.
 
 
------------
-(for emacs)
-  Local Variables:
-  mode:text
-  indent-tabs-mode:nil
-  fill-column:77
-  End:

+ 0 - 7
src/common/aes.c

@@ -810,10 +810,3 @@ void rijndaelEncrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr, const u8 pt[16], u8 c
         PUTU32(ct + 12, s3);
         PUTU32(ct + 12, s3);
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/common/aes.h

@@ -27,10 +27,3 @@ void aes_adjust_counter(aes_cnt_cipher_t *cipher, long delta);
 
 
 #endif
 #endif
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/common/compat.c

@@ -672,10 +672,3 @@ const char *tor_socket_strerror(int e)
   return strerror(e);
   return strerror(e);
 }
 }
 #endif
 #endif
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/common/compat.h

@@ -183,10 +183,3 @@ void tor_mutex_free(tor_mutex_t *m);
 
 
 #endif
 #endif
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/common/container.c

@@ -617,10 +617,3 @@ int strmap_isempty(strmap_t *map)
   return SPLAY_EMPTY(&map->head);
   return SPLAY_EMPTY(&map->head);
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 8
src/common/container.h

@@ -90,11 +90,3 @@ void strmap_iter_get(strmap_iter_t *iter, const char **keyp, void **valp);
 int strmap_iter_done(strmap_iter_t *iter);
 int strmap_iter_done(strmap_iter_t *iter);
 
 
 #endif
 #endif
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/
-

+ 0 - 7
src/common/crypto.c

@@ -1614,10 +1614,3 @@ secret_to_key(char *key_out, size_t key_out_len, const char *secret,
   crypto_free_digest_env(d);
   crypto_free_digest_env(d);
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/common/crypto.h

@@ -159,10 +159,3 @@ void secret_to_key(char *key_out, size_t key_out_len, const char *secret,
 
 
 #endif
 #endif
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/common/fakepoll.c

@@ -109,10 +109,3 @@ tor_poll(struct pollfd *ufds, unsigned int nfds, int timeout)
 }
 }
 #endif
 #endif
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/common/fakepoll.h

@@ -47,10 +47,3 @@ int tor_poll(struct pollfd *ufds, unsigned int nfds, int timeout);
 
 
 #endif
 #endif
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/common/log.c

@@ -452,10 +452,3 @@ void switch_logs_debug(void)
   }
   }
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/common/log.h

@@ -99,10 +99,3 @@ void _log_fn(int severity, const char *format, ...);
 # define __LOG_H
 # define __LOG_H
 #endif
 #endif
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/common/test.h

@@ -134,10 +134,3 @@ extern int have_failed;
 
 
 #endif
 #endif
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/common/torgzip.c

@@ -223,10 +223,3 @@ tor_gzip_uncompress(char **out, size_t *out_len,
   return -1;
   return -1;
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/common/torint.h

@@ -233,10 +233,3 @@ typedef uint32_t uintptr_t;
 
 
 #endif /* __TORINT_H */
 #endif /* __TORINT_H */
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/common/tortls.c

@@ -810,10 +810,3 @@ void _assert_no_tls_errors(const char *fname, int line)
   tor_assert(0);
   tor_assert(0);
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/common/tortls.h

@@ -47,10 +47,3 @@ void _assert_no_tls_errors(const char *fname, int line);
 
 
 #endif
 #endif
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/common/util.c

@@ -1362,10 +1362,3 @@ void write_pidfile(char *filename) {
 #endif
 #endif
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/common/util.h

@@ -115,10 +115,3 @@ void finish_daemon(void);
 void write_pidfile(char *filename);
 void write_pidfile(char *filename);
 
 
 #endif
 #endif
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/buffers.c

@@ -690,10 +690,3 @@ void assert_buf_ok(buf_t *buf)
   tor_assert(buf->datalen <= buf->len);
   tor_assert(buf->datalen <= buf->len);
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/circuitbuild.c

@@ -1240,10 +1240,3 @@ onion_extend_cpath(crypt_path_t **head_ptr, cpath_build_state_t
   return 0;
   return 0;
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/circuitlist.c

@@ -503,10 +503,3 @@ void assert_circuit_ok(const circuit_t *c)
   }
   }
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/circuituse.c

@@ -866,10 +866,3 @@ int connection_ap_handshake_attach_circuit(connection_t *conn) {
   }
   }
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/command.c

@@ -299,10 +299,3 @@ static void command_process_destroy_cell(cell_t *cell, connection_t *conn) {
   }
   }
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/config.c

@@ -2334,10 +2334,3 @@ config_parse_interval(const char *s, int *ok) {
   return (int)r;
   return (int)r;
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/connection.c

@@ -1518,10 +1518,3 @@ void assert_connection_ok(connection_t *conn, time_t now)
   }
   }
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/connection_edge.c

@@ -1211,10 +1211,3 @@ set_exit_redirects(smartlist_t *lst)
   redirect_exit_list = lst;
   redirect_exit_list = lst;
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/connection_or.c

@@ -499,10 +499,3 @@ loop:
   goto loop; /* process the remainder of the buffer */
   goto loop; /* process the remainder of the buffer */
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/control.c

@@ -604,10 +604,3 @@ init_cookie_authentication(int enabled)
   return 0;
   return 0;
 }
 }
 
 
-/*
-  Local Variabls:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/cpuworker.c

@@ -379,10 +379,3 @@ int assign_to_cpuworker(connection_t *cpuworker, unsigned char question_type,
   return 0;
   return 0;
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/directory.c

@@ -993,10 +993,3 @@ int connection_dir_finished_connecting(connection_t *conn)
   return 0;
   return 0;
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/dirserv.c

@@ -935,10 +935,3 @@ size_t dirserv_get_runningrouters(const char **rr, int compress)
   return compress ? the_runningrouters_z_len : the_runningrouters_len;
   return compress ? the_runningrouters_z_len : the_runningrouters_len;
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/dns.c

@@ -792,10 +792,3 @@ static void spawn_enough_dnsworkers(void) {
   }
   }
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/main.c

@@ -1373,10 +1373,3 @@ int tor_main(int argc, char *argv[]) {
 #endif
 #endif
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/onion.c

@@ -315,10 +315,3 @@ onion_skin_client_handshake(crypto_dh_env_t *handshake_state,
   return 0;
   return 0;
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/or.h

@@ -1643,10 +1643,3 @@ int tor_version_compare(tor_version_t *a, tor_version_t *b);
 
 
 #endif
 #endif
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/rendclient.c

@@ -466,10 +466,3 @@ failed:
   return -1;
   return -1;
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/rendcommon.c

@@ -339,10 +339,3 @@ void rend_process_relay_cell(circuit_t *circ, int command, size_t length,
   }
   }
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/rendmid.c

@@ -287,10 +287,3 @@ rend_mid_rendezvous(circuit_t *circ, const char *request, size_t request_len)
   return -1;
   return -1;
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/rendservice.c

@@ -992,10 +992,3 @@ rend_service_set_connection_addr_port(connection_t *conn, circuit_t *circ)
   return -1;
   return -1;
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/rephist.c

@@ -616,10 +616,3 @@ rep_hist_get_bandwidth_lines(void)
   return buf;
   return buf;
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/router.c

@@ -832,10 +832,3 @@ int is_legal_nickname_or_hexdigest(const char *s)
   return len == HEX_DIGEST_LEN+1 && strspn(s+1,HEX_CHARACTERS)==len-1;
   return len == HEX_DIGEST_LEN+1 && strspn(s+1,HEX_CHARACTERS)==len-1;
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/routerlist.c

@@ -1217,10 +1217,3 @@ void clear_trusted_dir_servers(void)
   }
   }
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/routerparse.c

@@ -1517,10 +1517,3 @@ int tor_version_compare(tor_version_t *a, tor_version_t *b)
     return 0;
     return 0;
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/test.c

@@ -1253,10 +1253,3 @@ main(int c, char**v) {
     return 0;
     return 0;
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/

+ 0 - 7
src/or/tor_main.c

@@ -17,10 +17,3 @@ int main(int argc, char *argv[])
   return tor_main(argc, argv);
   return tor_main(argc, argv);
 }
 }
 
 
-/*
-  Local Variables:
-  mode:c
-  indent-tabs-mode:nil
-  c-basic-offset:2
-  End:
-*/