diff options
author | Dan McDonald <danmcd@joyent.com> | 2021-11-03 10:26:39 -0400 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2021-11-03 10:29:11 -0400 |
commit | 41f0139d473ce78da8dd609282f333546b2c7a2f (patch) | |
tree | 8083e16b20929d17b13c55ae08a8a176f3d5e453 | |
parent | 6aa2048ab726a6fa7d29dc204e77b1d6ee48eb2e (diff) | |
download | illumos-joyent-release-20211104.tar.gz |
14196 Want librename (lose sparc & lint, cleanup comments to match upstream)release-20211104
-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 | ||||
-rw-r--r-- | usr/src/lib/librename/sparc/Makefile | 18 | ||||
-rw-r--r-- | usr/src/lib/librename/sparcv9/Makefile | 19 |
5 files changed, 0 insertions, 64 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> diff --git a/usr/src/lib/librename/sparc/Makefile b/usr/src/lib/librename/sparc/Makefile deleted file mode 100644 index 41e699e8f8..0000000000 --- a/usr/src/lib/librename/sparc/Makefile +++ /dev/null @@ -1,18 +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. -# - -include ../Makefile.com - -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) diff --git a/usr/src/lib/librename/sparcv9/Makefile b/usr/src/lib/librename/sparcv9/Makefile deleted file mode 100644 index 15d904c616..0000000000 --- a/usr/src/lib/librename/sparcv9/Makefile +++ /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. -# - -include ../Makefile.com -include ../../Makefile.lib.64 - -install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) |