diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-02-25 02:24:04 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-02-25 02:24:04 +0000 |
| commit | 92ddd8c652bb08bb87e2683ddb7ac89e3534a928 (patch) | |
| tree | 5f1883ca0709975911afa1411865e32387197a87 /usr.bin/error/touch.c | |
| parent | 6aeb4f6474c11db57d382708f893aa0583d4eb6a (diff) | |
Notes
Diffstat (limited to 'usr.bin/error/touch.c')
| -rw-r--r-- | usr.bin/error/touch.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/error/touch.c b/usr.bin/error/touch.c index 132ea33ac81c2..cef09fddcaf78 100644 --- a/usr.bin/error/touch.c +++ b/usr.bin/error/touch.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)touch.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: touch.c,v 1.4 1997/11/03 07:44:25 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -725,7 +725,8 @@ mustwrite(base, n, preciousfile) } void -onintr() +onintr(sig) + int sig; { switch(inquire(terse ? "\nContinue? " |
