summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-aout/shlib.h
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2005-01-11 06:15:19 +0000
committertrhodes <trhodes@FreeBSD.org>2005-01-11 06:15:19 +0000
commit8af8fbaa5847be92efb3b7a8a5ffab367878585d (patch)
tree421049efca411b909c72fb5535b78842417ccee3 /libexec/rtld-aout/shlib.h
parent57e0fb88c0bbf37dd4599054eef80d2d6d8363cb (diff)
downloadFreeBSD-src-8af8fbaa5847be92efb3b7a8a5ffab367878585d.zip
FreeBSD-src-8af8fbaa5847be92efb3b7a8a5ffab367878585d.tar.gz
Remove a.out runtime linker. It doesn't build and was removed from the
build over two years ago by peter. The binary a.out version of ld.so can be obtained from misc/compat22 or src/lib/compat/compat22. Discussed on: -arch Voted yes: jhb, ru, linimon, delphij
Diffstat (limited to 'libexec/rtld-aout/shlib.h')
-rw-r--r--libexec/rtld-aout/shlib.h43
1 files changed, 0 insertions, 43 deletions
diff --git a/libexec/rtld-aout/shlib.h b/libexec/rtld-aout/shlib.h
deleted file mode 100644
index d05690f..0000000
--- a/libexec/rtld-aout/shlib.h
+++ /dev/null
@@ -1,43 +0,0 @@
-/*-
- * Copyright (C) 1996
- * Peter Wemm. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *-
- * $FreeBSD$
- */
-
-/*
- * prototypes for shlib.c. Big deal.
- */
-
-extern char **search_dirs;
-extern int n_search_dirs;
-
-void add_search_dir __P((char *));
-void add_search_path __P((char *));
-void std_search_path __P((void));
-int getdewey __P((int[], char *));
-int cmpndewey __P((int[], int, int[], int));
-char *findshlib __P((char *, int *, int *, int));
-char *find_lib_file __P((const char *));
-char *search_lib_dir __P((char *, char *, int *, int *, int));
OpenPOWER on IntegriCloud