]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - pw/rm_r.c
Remove __P() usage.
[pw-darwin.git] / pw / rm_r.c
index b1dd1a2cfc1e04be9bd4abf85b0019d9a33e0a42..4ad590bc1aa25e61e5ac89412d34e6701509db04 100644 (file)
--- a/pw/rm_r.c
+++ b/pw/rm_r.c
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- *
- *     $FreeBSD$
  */
 
+#ifndef lint
+static const char rcsid[] =
+  "$FreeBSD$";
+#endif /* not lint */
+
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/param.h>