diff options
Diffstat (limited to 'usr.sbin/watch/watch.c')
-rw-r--r-- | usr.sbin/watch/watch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/watch/watch.c b/usr.sbin/watch/watch.c index 307ffa712656..2fa1bd9891e0 100644 --- a/usr.sbin/watch/watch.c +++ b/usr.sbin/watch/watch.c @@ -15,7 +15,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/watch/watch.c,v 1.15.2.1 1999/08/29 15:49:00 peter Exp $"; #endif /* not lint */ #include <sys/types.h> |