[or-cvs] r9235: Fix formatting in eventdns.c. Remove the rest of the osx bin (in tor/trunk: contrib/osx src/or)

phobos at seul.org phobos at seul.org
Tue Jan 2 06:26:43 UTC 2007


Author: phobos
Date: 2007-01-02 01:26:42 -0500 (Tue, 02 Jan 2007)
New Revision: 9235

Modified:
   tor/trunk/contrib/osx/TorPostflight
   tor/trunk/src/or/eventdns.c
Log:
Fix formatting in eventdns.c.  Remove the rest of the osx binary
uninstaller.


Modified: tor/trunk/contrib/osx/TorPostflight
===================================================================
--- tor/trunk/contrib/osx/TorPostflight	2007-01-02 06:21:24 UTC (rev 9234)
+++ tor/trunk/contrib/osx/TorPostflight	2007-01-02 06:26:42 UTC (rev 9235)
@@ -78,14 +78,6 @@
    chmod 755 $TARGET/Tor_Uninstaller.applescript
 fi
 
-if [ -f $PACKAGE_PATH/Contents/Resources/Tor_Uninstaller.app.tar.gz ]; then 
-   cp $PACKAGE_PATH/Contents/Resources/Tor_Uninstaller.app.tar.gz $TARGET/Tor_Uninstaller.app.tar.gz
-   cd $TARGET && tar zxf Tor_Uninstaller.app.tar.gz 
-   chmod -R 755 $TARGET/Tor_Uninstaller.app
-   chown -R _tor:_tor Tor_Uninstaller.app
-   rm $TARGET/Tor_Uninstaller.app.tar.gz
-fi
-
 if [ -f $PACKAGE_PATH/Contents/Resources/uninstall_tor_bundle.sh ]; then
    cp $PACKAGE_PATH/Contents/Resources/uninstall_tor_bundle.sh $TARGET/uninstall_tor_bundle.sh
    chmod 755 $TARGET/uninstall_tor_bundle.sh

Modified: tor/trunk/src/or/eventdns.c
===================================================================
--- tor/trunk/src/or/eventdns.c	2007-01-02 06:21:24 UTC (rev 9234)
+++ tor/trunk/src/or/eventdns.c	2007-01-02 06:26:42 UTC (rev 9235)
@@ -126,7 +126,7 @@
 #define u64 uint64_t
 #define u32 uint32_t
 #define u16 uint16_t
-#define u8	uint8_t
+#define u8  uint8_t
 
 #define MAX_ADDRS 4	 // maximum number of addresses from a single packet
 // which we bother recording



More information about the tor-commits mailing list