perl 5.003_03: mg.c
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Mon, 19 Aug 1996 00:36:12 +0000 (00:36 +0000)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Mon, 19 Aug 1996 00:36:12 +0000 (00:36 +0000)
commite6d9441ccdcf8bd3f0f10054a692c39b28cfbc5e
tree7a78dda471ba15c523f4d77dfc0d8c295473673f
parent6b9d15cba3c162e0aa500272b606d30bdf58a929
perl 5.003_03: mg.c

Include <unistd.h>

Use Safefree() macro instead of safefree() function with
a (possibly) incorrect cast.  The whole point of the
Safefree() macro is that it does the correct cast for you.
mg.c