patch: teaching dump(8) to change tapes
Frode Nordahl
frode at nordahl.net
Wed Feb 4 00:24:38 PST 2004
On Feb 4, 2004, at 03:26, Wang Lam wrote:
> I was just skimming the patch (and probably missed something since I'm
> not
> familiar with dump's source code), and had a question: Does the line
>
> +char *script; /* name of the script for changing tapes */
>
> need to say
>
> +char *script=NULL; /* name of the script for changing tapes */
>
hmm, you're right. I originally defined it with initialization in
main.c, but moved it to dump.h.
Moved it back to main now and defined is as extern in tape.c, new patch
included.
Thank you for your feedback!
> Wang Lam
Mvh,
Frode
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dump.patch
Type: application/octet-stream
Size: 3449 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20040204/de03b583/dump-0001.obj
-------------- next part --------------
More information about the freebsd-current
mailing list