~ubuntu-branches/ubuntu/utopic/clamav/utopic-updates

« back to all changes in this revision

Viewing changes to freshclam/freshclam.c

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2014-04-25 15:01:05 UTC
  • mfrom: (0.35.41 sid)
  • Revision ID: package-import@ubuntu.com-20140425150105-n4wqi1w9yjgktgfb
Tags: 0.98.1+dfsg-5ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Drop build-dep on electric-fence (in Universe)

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
    }
131
131
    else
132
132
    {
133
 
        fprintf (fd, "%d", (int) getpid ());
 
133
        fprintf (fd, "%d\n", (int) getpid ());
134
134
        fclose (fd);
135
135
    }
136
136
    umask (old_umask);