mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Fix formatting in eventdns.c. Remove the rest of the osx binary
uninstaller. svn:r9235
This commit is contained in:
parent
39b9da8c5e
commit
4f565b73ef
@ -78,14 +78,6 @@ if [ -f $PACKAGE_PATH/Contents/Resources/Tor_Uninstaller.applescript ]; then
|
||||
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
|
||||
|
@ -126,7 +126,7 @@ typedef unsigned int uint;
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user