svn commit: r186444 - head/usr.sbin/burncd

Dag-Erling Smørgrav des at des.no
Mon Jan 5 05:56:20 PST 2009


"David E. O'Brien" <obrien at FreeBSD.org> writes:
> -static int global_fd_for_cleanup, quiet, verbose, saved_block_size, notracks;
> +static int quiet, verbose, saved_block_size, notracks;
> +static volatile int global_fd_for_cleanup;

The correct type is sig_atomic_t (which in FreeBSD is either int or long
depending on the platform)

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the svn-src-head mailing list