diff options
Diffstat (limited to 'usr/src/lib/libc/port/gen/div.c')
| -rw-r--r-- | usr/src/lib/libc/port/gen/div.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/lib/libc/port/gen/div.c b/usr/src/lib/libc/port/gen/div.c index e45512760d..b2fc79f7ed 100644 --- a/usr/src/lib/libc/port/gen/div.c +++ b/usr/src/lib/libc/port/gen/div.c @@ -1,10 +1,8 @@ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -41,7 +39,9 @@ * SUCH DAMAGE. */ -#include "synonyms.h" +#pragma ident "%Z%%M% %I% %E% SMI" + +#include "lint.h" #include <sys/types.h> #include <stdlib.h> |
