]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - pw/rm_r.c
Remove __P() usage.
[pw-darwin.git] / pw / rm_r.c
index 49cd5530eecaff9bf599f294087d9ef001c014eb..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.
- *
- *     $Id: rm_r.c,v 1.1.1.1 1996/12/09 14:05:35 joerg Exp $
  */
 
+#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>