diff options
Diffstat (limited to 'lib/msun/bsdsrc/b_exp.c')
-rw-r--r-- | lib/msun/bsdsrc/b_exp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/msun/bsdsrc/b_exp.c b/lib/msun/bsdsrc/b_exp.c index 98d2247..6af1fe1 100644 --- a/lib/msun/bsdsrc/b_exp.c +++ b/lib/msun/bsdsrc/b_exp.c @@ -31,9 +31,7 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)exp.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ +/* @(#)exp.c 8.1 (Berkeley) 6/4/93 */ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |