diff options
Diffstat (limited to 'usr.bin/touch/touch.c')
| -rw-r--r-- | usr.bin/touch/touch.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c index bf615b26a7f..54dbe36e9dc 100644 --- a/usr.bin/touch/touch.c +++ b/usr.bin/touch/touch.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)touch.c 5.5 (Berkeley) 3/7/93"; +/*static char sccsid[] = "from: @(#)touch.c 5.5 (Berkeley) 3/7/93";*/ +static char rcsid[] = "$Id: touch.c,v 1.5 1993/08/01 18:04:42 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> |
