diff options
Diffstat (limited to 'usr/src/lib/librename/common')
-rw-r--r-- | usr/src/lib/librename/common/librename.c | 4 | ||||
-rw-r--r-- | usr/src/lib/librename/common/librename.h | 4 | ||||
-rw-r--r-- | usr/src/lib/librename/common/llib-lrename | 19 |
3 files changed, 0 insertions, 27 deletions
diff --git a/usr/src/lib/librename/common/librename.c b/usr/src/lib/librename/common/librename.c index 1f522dcec3..f3ef8163cb 100644 --- a/usr/src/lib/librename/common/librename.c +++ b/usr/src/lib/librename/common/librename.c @@ -13,10 +13,6 @@ * Copyright (c) 2014 Joyent, Inc. All rights reserved. */ -/* - * Implementation of librename(3RENAME) interfaces. - */ - #include <librename.h> #include <errno.h> diff --git a/usr/src/lib/librename/common/librename.h b/usr/src/lib/librename/common/librename.h index cb344f534c..82e0634086 100644 --- a/usr/src/lib/librename/common/librename.h +++ b/usr/src/lib/librename/common/librename.h @@ -16,10 +16,6 @@ #ifndef _LIBRENAME_H #define _LIBRENAME_H -/* - * librename(3RENAME) public interfaces - */ - #ifdef __cplusplus extern "C" { #endif diff --git a/usr/src/lib/librename/common/llib-lrename b/usr/src/lib/librename/common/llib-lrename deleted file mode 100644 index 6f1dd81a7b..0000000000 --- a/usr/src/lib/librename/common/llib-lrename +++ /dev/null @@ -1,19 +0,0 @@ -/* - * This file and its contents are supplied under the terms of the - * Common Development and Distribution License ("CDDL"), version 1.0. - * You may only use this file in accordance with the terms of version - * 1.0 of the CDDL. - * - * A full copy of the text of the CDDL should have accompanied this - * source. A copy of the CDDL is also available via the Internet at - * http://www.illumos.org/license/CDDL. - */ - -/* - * Copyright (c) 2014 Joyent, Inc. All rights reserved. - */ - -/* LINTLIBRARY */ -/* PROTOLIB1 */ - -#include <librename.h> |