blob: fc81509551627244eb8c7010ce35d55b3fee1f47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.3 2002/10/08 14:29:36 abs Exp $
--- data/rservice.c.orig Wed Jan 31 18:45:08 1996
+++ data/rservice.c
@@ -10,6 +10,7 @@
... whatever. _H*/
#include <stdio.h>
+#include <string.h>
/* change if you like; "id" is a good one for figuring out if you won too */
static char cmd[] = "pwd";
|