]> the.earth.li Git - sersniff.git/commitdiff
Further cleanups to eliminate compile warnings.
authorJonathan McDowell <noodles@earth.li>
Wed, 29 Jun 2011 04:03:25 +0000 (21:03 -0700)
committerJonathan McDowell <noodles@earth.li>
Wed, 29 Jun 2011 04:03:25 +0000 (21:03 -0700)
sersniff.c
tcp.h

index f12faf44de92841c28e7e339912713f4be6b7eb0..64e05767fbfa0a3813bc8e68d9015e230e983ef9 100644 (file)
@@ -128,7 +128,6 @@ void outputchar(unsigned char c, int port, int alpha,
 void mainloop(int port1, int port2, int silent, int alpha, long usec_threshold, char *name1, char *name2, char *format)
 {
        unsigned char c1, c2;
-       int last;
        int rc;
        fd_set rfds;
        fd_set efds;
@@ -142,7 +141,6 @@ void mainloop(int port1, int port2, int silent, int alpha, long usec_threshold,
        /* need the largest fd for the select call */
        biggestfd=port1 > port2 ? port1 : port2;
        biggestfd++;
-       last=0;
 
        while (!quit) {
                /* reset the select set */
diff --git a/tcp.h b/tcp.h
index 378079e90df12ce08c4252d4b1936d69b4d22faa..6aa570682cf05ce2417f1ab40e0b06835be1e5dd 100644 (file)
--- a/tcp.h
+++ b/tcp.h
@@ -11,4 +11,4 @@
 int opensock(char *host, int port);
 int listensock(int port);
 
-#endif __TCP_H_
+#endif /* __TCP_H_ */