Avoid useless newline tweaking.
authorWayne Davison <wayned@samba.org>
Sat, 9 Apr 2011 16:06:11 +0000 (09:06 -0700)
committerWayne Davison <wayned@samba.org>
Sat, 9 Apr 2011 16:06:11 +0000 (09:06 -0700)
hfs-compression.diff

index 39a2fa486e8af29a5a751ab2da7e76df2d1a7d34..e34a5b9059eecc0c60830271365d617e43b1bb79 100644 (file)
@@ -261,14 +261,6 @@ diff --git a/main.c b/main.c
        *cp = '/';
  
        return cp + 1;
-@@ -1081,7 +1133,6 @@ int child_main(int argc, char *argv[])
-       return 0;
- }
--
- void start_server(int f_in, int f_out, int argc, char *argv[])
- {
-       set_nonblocking(f_in);
 diff --git a/options.c b/options.c
 --- a/options.c
 +++ b/options.c