xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit bda5186c0d6baee0f45b543513ffb0f629c9f348
parent ed960d2c191a595a3c4e0714417cabb08e8271c0
Author: rsc <rsc>
Date:   Wed,  8 Aug 2007 08:57:23 +0000

silence warning

Diffstat:
Mrm.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/rm.c b/rm.c @@ -2,6 +2,7 @@ #include "stat.h" #include "user.h" +int main(int argc, char *argv[]) { int i;