diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 10:21:18 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 10:21:18 +0000 |
| commit | 2f20595c38edbab7534dc5801d6a81cde7fd3fc0 (patch) | |
| tree | 85c1181bf60b2c30984ad3e2a658f6a118f75368 /lib | |
| parent | fe94e2a66bf18709c18e9005c77e23b1916ea272 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/locale/localeconv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/locale/localeconv.c b/lib/libc/locale/localeconv.c index f3172af5805d..1ab6d7b71570 100644 --- a/lib/libc/locale/localeconv.c +++ b/lib/libc/locale/localeconv.c @@ -33,6 +33,8 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)localeconv.c 8.1 (Berkeley) 6/4/93"; +static char rcsid[] = + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <locale.h> |
