diff options
Diffstat (limited to 'usr/src/lib/libc/port/gen/getmntent.c')
| -rw-r--r-- | usr/src/lib/libc/port/gen/getmntent.c | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/usr/src/lib/libc/port/gen/getmntent.c b/usr/src/lib/libc/port/gen/getmntent.c index eba9c4de10..94e2d0cc84 100644 --- a/usr/src/lib/libc/port/gen/getmntent.c +++ b/usr/src/lib/libc/port/gen/getmntent.c @@ -20,23 +20,16 @@ */ /* - * Copyright 2007 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) 1988 AT&T */ /* All Rights Reserved */ +#pragma ident "%Z%%M% %I% %E% SMI" -#pragma weak getmntany = _getmntany -#pragma weak getmntent = _getmntent -#pragma weak getextmntent = _getextmntent -#pragma weak resetmnttab = _resetmnttab -#pragma weak hasmntopt = _hasmntopt - -#include "synonyms.h" +#include "lint.h" #include <mtlib.h> #include <stdio.h> #include <sys/types.h> |
