diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-09 19:05:05 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-09 19:05:05 +0000 |
| commit | f58565acfba1464ff55adf6cb2b0850a08a6fc96 (patch) | |
| tree | 2f2c7cc9ccd7c6d33f4d4eb7cc72b27ece7229d9 /usr.bin/indent/parse.c | |
| parent | d83c43eaa1b7e1eab35f86f559ae77af9c5c9ee4 (diff) | |
Notes
Diffstat (limited to 'usr.bin/indent/parse.c')
| -rw-r--r-- | usr.bin/indent/parse.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/indent/parse.c b/usr.bin/indent/parse.c index eeeb30acc22f..33ce79e28a8e 100644 --- a/usr.bin/indent/parse.c +++ b/usr.bin/indent/parse.c @@ -35,6 +35,8 @@ #ifndef lint static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93"; +static const char rcsid[] = + "@(#)$FreeBSD$"; #endif /* not lint */ #include <stdio.h> |
